Skip to content

Commit

Permalink
STY: f-strings (#30055)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharNaveh authored and jreback committed Dec 4, 2019
1 parent fb547b4 commit 8d5e778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/print_skipped.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

tree = et.parse(filename)
root = tree.getroot()
Expand Down

0 comments on commit 8d5e778

Please sign in to comment.