It throws the syntax error when I perform dry run:
[ ERROR ] Parsing 'python' failed: File or directory to execute does not exist.
Try --help for usage information.
[...] % python robotframework2testrail.py --tr-config=testrail.cfg --dryrun --tr-run-id=196 output.xml
File "robotframework2testrail.py", line 192
print(msg_template.format(**testcase), end=Style.RESET_ALL)
^
SyntaxError: invalid syntax