From a4f8a4aab867f00c8cee5288c69cf2867eeaf534 Mon Sep 17 00:00:00 2001 From: sgulbetekin Date: Mon, 30 May 2022 20:45:56 +0200 Subject: [PATCH] Update a printf to python3 --- cbn_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbn_cli.py b/cbn_cli.py index bb44d08..9582d2e 100755 --- a/cbn_cli.py +++ b/cbn_cli.py @@ -260,7 +260,7 @@ def call_create_parser(args): print(json.dumps(parser, indent=2)) print('To get status of the parser run the following command:') - print((f'python cbn_cli.py --region={args.region} ' + + print((f'python3 cbn_cli.py --region={args.region} ' + f'--credentials_file={args.credentials_file} ' + f'status --config_id={parser["configId"]}')) return parser