Skip to content

Commit

Permalink
More uniquification
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Oct 31, 2023
1 parent a8cbded commit eab9f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/merge_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def merge_tester(args: Tuple[str, pd.Series, Path]) -> pd.Series:
repo = Repository(
repo_slug,
cache_directory=cache_directory,
workdir_id="merge-" + merge_data["left"] + "-" + merge_data["right"],
workdir_id=f'merge-tester-{merge_tool}-{merge_data["left"]}-{merge_data["right"]}',
)
(
result,
Expand Down

0 comments on commit eab9f62

Please sign in to comment.