Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Sep 17, 2024
1 parent f001a01 commit fd75ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression_tests/write_foreign_test/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
differ = False
for line in d.compare(lines1, lines2):
if line[0] == ' ': continue
if 'Bmad Lattice File' in line: continue
if 'Bmad lattice file' in line: continue
if 'Bmad lattice name' in line: continue
if not differ:
print('\n' + file)
differ = True
Expand All @@ -38,4 +39,3 @@
print(results)
else:
out_file.write ('"' + file + '" STR "GOOD"\n')

0 comments on commit fd75ee5

Please sign in to comment.