Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created December 23, 2016 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/0f372f6914e1889a9b1159f168b6ae08 to your computer and use it in GitHub Desktop.
Save Nokius/0f372f6914e1889a9b1159f168b6ae08 to your computer and use it in GitHub Desktop.
qucik
$ python2 cleanup_and_promote.py > cleanup_and_promote.sh
Traceback (most recent call last):
File "cleanup_and_promote.py", line 4, in <module>
trepo = str("nemo:testing:hw:{0}:{1}".format(os.environ["VENDOR"],os.environ["DEVICE"])).lower()
File "/usr/lib/python2.7/UserDict.py", line 40, in __getitem__
raise KeyError(key)
KeyError: 'VENDOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment