Unverified Commit c211400d by NULL Committed by GitHub

fix invalid syntax

parent c12fdd7c
......@@ -132,7 +132,7 @@ class Settings(object):
user_dir = os.getenv(envname)
if user_dir is not None:
return user_dir
if os.path.expanduser("~") is Not None:
if os.path.expanduser("~") is not None:
return os.path.expanduser("~")
except KeyboardInterrupt as e:
raise e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment