Skip to content

Commit d5e8742

Browse files
authored
Update import_export_package.py (#106)
1 parent ceec170 commit d5e8742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import_export_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_version(client):
2626
if sys.version_info < (3, 7):
2727
raise Exception("Min Python version required is 3.7")
2828

29-
arg_parser = argparse.ArgumentParser(description="R80.X Policy Package Export/Import Tool, V6.2.0")
29+
arg_parser = argparse.ArgumentParser(description="R80.X Policy Package Export/Import Tool, V6.2.1")
3030
args = process_arguments(arg_parser)
3131
if args.force:
3232
args.unsafe_auto_accept = True

0 commit comments

Comments
 (0)