Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Sep 16, 2024
1 parent ee96650 commit 1422669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression_tests/write_foreign_test/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
differ = False
for line in d.compare(lines1, lines2):
if line[0] == ' ': continue
if 'Bmad Lattice File' in line: continue
if not differ:
print('\n' + file)
differ = True
Expand Down

0 comments on commit 1422669

Please sign in to comment.