We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca6ae7 commit 5b76b83Copy full SHA for 5b76b83
import_export_package.py
@@ -22,7 +22,7 @@ def get_version(client):
22
23
if __name__ == "__main__":
24
25
- arg_parser = argparse.ArgumentParser(description="R80.X Policy Package Export/Import Tool, V5.7")
+ arg_parser = argparse.ArgumentParser(description="R80.X Policy Package Export/Import Tool, V5.8")
26
args = process_arguments(arg_parser)
27
if args.force:
28
args.unsafe_auto_accept = True
0 commit comments