Skip to content

Instantly share code, notes, and snippets.

@sheldonh
Created October 23, 2014 09:09
Show Gist options
  • Save sheldonh/75fe84a4b7d15267cb94 to your computer and use it in GitHub Desktop.
Save sheldonh/75fe84a4b7d15267cb94 to your computer and use it in GitHub Desktop.
$ ./hsandbox go
Traceback (most recent call last):
File "./hsandbox", line 519, in <module>
main(sys.argv)
File "./hsandbox", line 508, in main
screen(hacking, argv, vertical)
File "./hsandbox", line 348, in screen
del os.environ["TMUX"]
File "/usr/lib64/python2.7/os.py", line 496, in __delitem__
del self.data[key]
KeyError: 'TMUX'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment