Skip to content

Commit

Permalink
Fix import failure of threat-profile overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-edenbr committed May 15, 2024
1 parent 8fcb63f commit 4e5f354
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, V6")
arg_parser = argparse.ArgumentParser(description="R80.X Policy Package Export/Import Tool, V6.1.0")
args = process_arguments(arg_parser)
if args.force:
args.unsafe_auto_accept = True
Expand Down

0 comments on commit 4e5f354

Please sign in to comment.