Skip to content

Commit

Permalink
pyupgrade after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jun 21, 2024
1 parent f7ff027 commit bd39fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def checkoutUsingGitWorktree():
"bash",
"-xc",
util.Interpolate(
"""
r"""
d=/mnt/packages/
cd "$d"
revision="%(prop:revision)s"
Expand Down
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,5 +707,5 @@ def getMetric(hostname, metric):


def read_template(template_name):
with open(f"/srv/buildbot/master/script_templates/{template_name}.sh", "r") as f:
with open(f"/srv/buildbot/master/script_templates/{template_name}.sh") as f:
return f.read()

0 comments on commit bd39fe4

Please sign in to comment.