Merge branch 'master' of /home/dstan/cranspasswords
This commit is contained in:
commit
43e201b5c2
1 changed files with 1 additions and 1 deletions
|
@ -411,12 +411,12 @@ if __name__ == "__main__":
|
||||||
help="Nom du fichier à afficher")
|
help="Nom du fichier à afficher")
|
||||||
|
|
||||||
parsed = parser.parse_args(sys.argv[1:])
|
parsed = parser.parse_args(sys.argv[1:])
|
||||||
|
SERVER = config.servers[parsed.server]
|
||||||
VERB = parsed.verbose
|
VERB = parsed.verbose
|
||||||
DEBUG = VERB
|
DEBUG = VERB
|
||||||
CLIPBOARD = parsed.clipboard
|
CLIPBOARD = parsed.clipboard
|
||||||
FORCED = parsed.force
|
FORCED = parsed.force
|
||||||
NROLES = parse_roles(parsed.roles)
|
NROLES = parse_roles(parsed.roles)
|
||||||
SERVER = config.servers[parsed.server]
|
|
||||||
|
|
||||||
if NROLES != False:
|
if NROLES != False:
|
||||||
if parsed.action.func_code.co_argcount == 0:
|
if parsed.action.func_code.co_argcount == 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue