Compare commits
2 commits
bf680f2733
...
1712650d4a
| Author | SHA1 | Date | |
|---|---|---|---|
| 1712650d4a | |||
| 80e7cff831 |
2 changed files with 19 additions and 17 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:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "sp-hydra-veil-cli"
|
name = "sp-hydra-veil-cli"
|
||||||
version = "2.0.0"
|
version = "2.1.0"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Simplified Privacy" },
|
{ name = "Simplified Privacy" },
|
||||||
]
|
]
|
||||||
|
|
@ -12,7 +12,7 @@ classifiers = [
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sp-hydra-veil-core == 2.0.0",
|
"sp-hydra-veil-core == 2.1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue