Update policy-related logic
This commit is contained in:
parent
bf680f2733
commit
80e7cff831
1 changed files with 17 additions and 15 deletions
|
|
@ -405,6 +405,8 @@ if __name__ == '__main__':
|
||||||
if arguments.subcommand is None:
|
if arguments.subcommand is None:
|
||||||
policy_parser.print_help()
|
policy_parser.print_help()
|
||||||
|
|
||||||
|
else:
|
||||||
|
|
||||||
policy = PolicyController.get(arguments.policy)
|
policy = PolicyController.get(arguments.policy)
|
||||||
|
|
||||||
if policy is not None:
|
if policy is not None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue