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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user