Skip to content

Commit

Permalink
Merge pull request #247 from nextstrain/fix-ingest-automation
Browse files Browse the repository at this point in the history
Fix fstring format
  • Loading branch information
joverlee521 committed May 1, 2024
2 parents c5de219 + a2ae1ae commit d7a5581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _get_all_targets(wildcards):

if not params.get("dst"):
print(
f"Skipping file upload for {target ! r} because the destination was not defined."
f"Skipping file upload for {target!r} because the destination was not defined."
)
else:
all_targets.extend(
Expand Down

0 comments on commit d7a5581

Please sign in to comment.