Skip to content

Commit

Permalink
Update import_export_package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-royl authored Jan 25, 2024
1 parent a4602f2 commit 69fb6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import_export_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_version(client):
if sys.version_info < (3, 7):
raise Exception("Min Python version required is 3.7")

arg_parser = argparse.ArgumentParser(description="R80.X Policy Package Export/Import Tool, V5.8.4")
arg_parser = argparse.ArgumentParser(description="R80.X Policy Package Export/Import Tool, V5.9.0")
args = process_arguments(arg_parser)
if args.force:
args.unsafe_auto_accept = True
Expand Down

0 comments on commit 69fb6f6

Please sign in to comment.