Skip to content

Commit

Permalink
Linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Sep 14, 2023
1 parent 9aa97ef commit 120a7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testrail_api_reporter/engines/results_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def __check_report_exists(self, xml_report=None):
if exists(xml_report):
retval = True
if not retval:
print(f"Please specify correct path.\nError 404: No XML file found")
print("Please specify correct path.\nError 404: No XML file found")
return retval

def __check_run_exists(self, run_id=None):
Expand Down

0 comments on commit 120a7ae

Please sign in to comment.