Skip to content

Commit

Permalink
adding newline on fix refs #14376
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 21, 2024
1 parent 58f1b48 commit 56a70b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/devel/orphaned_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def get_options():
mainSuite = sorted(suites)[0]
with open(os.path.join(root, mainSuite), "a") as s:
for t in orphaned:
print("\n", file=s)
print(t, file=s)

if options.fix:
Expand Down

0 comments on commit 56a70b1

Please sign in to comment.