Skip to content

Commit

Permalink
Remove code duplication (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored May 6, 2024
1 parent 697d47b commit f7292f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,6 @@ def merge_replay(
+ os.getcwd()
+ "/src/scripts/merge_tools/merging/src/main/sh/"
)
parser.add_argument(
"-create_artifacts",
help="Create artifacts",
action="store_true",
)
args = parser.parse_args()

df = pd.read_csv(args.merges_csv, index_col="idx")

Expand Down

0 comments on commit f7292f8

Please sign in to comment.