Skip to content

Commit

Permalink
Shorten line
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 4, 2024
1 parent fb3842e commit f4fbb98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/python/select_from_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
select_from_results.py '(gitmerge_ort == "Merge_failed") and (spork != "Merge_failed")'
select_from_results.py '(gitmerge_ort == "Merge_failed") != (spork == "Merge_failed")'
The resulting .csv is useful for manual examination but cannot be passed to `replay_merge.py` because that requires a .csv file with all tools and all fingerprints.
The resulting .csv is useful for manual examination but cannot be passed to
`replay_merge.py` because that requires a .csv file with all tools and all
fingerprints.
"""

import argparse
Expand Down

0 comments on commit f4fbb98

Please sign in to comment.