Skip to content

Commit

Permalink
Fix Python style
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 23, 2024
1 parent f1a962f commit 4def9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def merge_replay(
if idx in merge_data:
logger.info(f"merge data test result: {merge_data[idx]}")
else:
logger.info(f"merge data test result: MISSING!")
logger.info("merge data test result: MISSING!")
logger.info(f"repo location: {row['repo path']}")

# Create artifacts which means creating a tarball of all the relevant workdirs
Expand Down

0 comments on commit 4def9f5

Please sign in to comment.