Skip to content

Commit

Permalink
Update import_export_package.py (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-edenbr authored Apr 15, 2024
1 parent 44fdbed commit 33863d6
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.9.0")
arg_parser = argparse.ArgumentParser(description="R80.X Policy Package Export/Import Tool, V6")
args = process_arguments(arg_parser)
if args.force:
args.unsafe_auto_accept = True
Expand Down

0 comments on commit 33863d6

Please sign in to comment.