Created
October 23, 2014 09:09
-
-
Save sheldonh/75fe84a4b7d15267cb94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./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