Skip to content

Commit f90ba44

Browse files
ShaharNavehproost
authored andcommitted
STY: f-strings (pandas-dev#30055)
1 parent e13541e commit f90ba44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/print_skipped.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def main(filename):
77
if not os.path.isfile(filename):
8-
raise RuntimeError(f"Could not find junit file {filename!r}")
8+
raise RuntimeError(f"Could not find junit file {repr(filename)}")
99

1010
tree = et.parse(filename)
1111
root = tree.getroot()

0 commit comments

Comments
 (0)