Fix PEP8 issue E713
This commit is contained in:
parent
b89a938687
commit
83e865a370
4 changed files with 4 additions and 4 deletions
|
@ -247,7 +247,7 @@ else:
|
|||
userhome = compat_getenv('HOME')
|
||||
elif 'USERPROFILE' in os.environ:
|
||||
userhome = compat_getenv('USERPROFILE')
|
||||
elif not 'HOMEPATH' in os.environ:
|
||||
elif 'HOMEPATH' not in os.environ:
|
||||
return path
|
||||
else:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue