Skip to content

Instantly share code, notes, and snippets.

@pcamp96
Created March 20, 2013 20:33
Show Gist options
  • Select an option

  • Save pcamp96/5208174 to your computer and use it in GitHub Desktop.

Select an option

Save pcamp96/5208174 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "device/hp/tenderloin/releasetools/tenderloin_ota_from_target_files", line 31, in <module>
ota_from_target_files = common.load_module_from_file('ota_from_target_files', filename)
File "/mnt/iscsi-r710-local_storage/homes/patrickc/development/my-cm-10-1/device/hp/tenderloin/releasetools/tenderloin_common.py", line 29, in load_module_from_file
module = imp.load_module(module_name, f, filename, ('', 'U', 1))
File "/mnt/iscsi-r710-local_storage/homes/patrickc/development/my-cm-10-1/build/tools/releasetools/ota_from_target_files", line 487
except KeyError:
^
IndentationError: expected an indented block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment