Typo fix
This commit is contained in:
parent
cb0275dc9d
commit
16f0b1dc2a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def get_user_name():
|
|||
for a in sys.argv:
|
||||
a = a.strip().lower()
|
||||
if a.startswith('--user='):
|
||||
user - a.replace('--user=', '')
|
||||
user = a.replace('--user=', '')
|
||||
|
||||
return user
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue