1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

add env vars integration tests

This commit is contained in:
William Ting
2013-12-31 18:02:08 -06:00
parent 59e494a066
commit 795bdcc9a7
2 changed files with 33 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ def get_pwd():
return os.getcwdu()
except OSError:
print("Current directory no longer exists.", file=sys.stderr)
sys.exit(1)
raise
def has_uppercase(string):