mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Bad indentation
This commit is contained in:
parent
0a633e74d7
commit
4a1363489a
1 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ if __name__ == '__main__':
|
|||
else:
|
||||
pwd = sys.argv[1]
|
||||
status, msg = ProfilePasswordValidator('user').validate(pwd)
|
||||
print(msg)
|
||||
sys.exit(0)
|
||||
print(msg)
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue