We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9705d69 commit 3f006e8Copy full SHA for 3f006e8
reframe/frontend/cli.py
@@ -71,7 +71,7 @@ def list_checks(checks, printer, detailed=False):
71
72
73
def generate_report_filename(filepatt):
74
- if not '{sessionid}' in filepatt:
+ if '{sessionid}' not in filepatt:
75
return filepatt
76
77
search_patt = os.path.basename(filepatt).replace('{sessionid}', r'(\d+)')
0 commit comments