We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13541e commit f90ba44Copy full SHA for f90ba44
ci/print_skipped.py
@@ -5,7 +5,7 @@
5
6
def main(filename):
7
if not os.path.isfile(filename):
8
- raise RuntimeError(f"Could not find junit file {filename!r}")
+ raise RuntimeError(f"Could not find junit file {repr(filename)}")
9
10
tree = et.parse(filename)
11
root = tree.getroot()
0 commit comments