From 4a1363489a2c5dfa5f3dd6a528edbe09a551ff6d Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 29 Aug 2018 03:07:00 +0200 Subject: [PATCH] [fix] Bad indentation --- src/yunohost/utils/password.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/yunohost/utils/password.py b/src/yunohost/utils/password.py index 051e9682f..306be6103 100644 --- a/src/yunohost/utils/password.py +++ b/src/yunohost/utils/password.py @@ -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)