Skip to content

Commit

Permalink
Merge pull request #17 from tangkong/mnt_allow_duplicate
Browse files Browse the repository at this point in the history
MNT: allow duplicate PVs
  • Loading branch information
femurgia authored Aug 31, 2023
2 parents 96ae4b4 + e3f08de commit 754a052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/validate_csvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def validate_csvs(csv_dir: str):

if duplicate_pvs:
click.echo(f'- found duplicate pvs: {duplicate_pvs}')
fail = True
# fail = True

if blank_line_nos:
click.echo(f'- found blank lines: {blank_line_nos}')
Expand Down

0 comments on commit 754a052

Please sign in to comment.