Skip to content
Snippets Groups Projects
Commit 43e201b5 authored by root's avatar root
Browse files

Merge branch 'master' of /home/dstan/cranspasswords

parents 5c8d69b8 c777beba
No related branches found
No related tags found
No related merge requests found
......@@ -411,12 +411,12 @@ if __name__ == "__main__":
help="Nom du fichier à afficher")
parsed = parser.parse_args(sys.argv[1:])
SERVER = config.servers[parsed.server]
VERB = parsed.verbose
DEBUG = VERB
CLIPBOARD = parsed.clipboard
FORCED = parsed.force
NROLES = parse_roles(parsed.roles)
SERVER = config.servers[parsed.server]
if NROLES != False:
if parsed.action.func_code.co_argcount == 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment