Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cbn_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down