Skip to content

Commit

Permalink
Use exclude-paths over exclude-regex-paths when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Nov 9, 2024
1 parent 21d2227 commit 7c99d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/ancestral/cram/ambiguous-positions.t
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Setup

$ python3 "$SCRIPTS/diff_jsons.py" \
> expected.json "nt_muts.json" \
> --exclude-regex-paths "root\['annotations'\]" "root\['generated_by'\]" "root\['reference'\]"
> --exclude-paths "annotations" "generated_by" "reference"
{}

$ python3 "$SCRIPTS/compare-json-vcf.py" \
Expand Down

0 comments on commit 7c99d29

Please sign in to comment.