mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Move print statement to the correct scope so it displays both lock and unlock.
442625
This commit is contained in:
parent
4eb7c51e59
commit
78bdb75291
@ -59,7 +59,7 @@ def main():
|
||||
return 0
|
||||
except:
|
||||
raise
|
||||
print args[1] + " successfully %s" % msg
|
||||
print args[1] + " successfully %s" % msg
|
||||
|
||||
return 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user