Skip to content

Commit

Permalink
Remove empty line from pbs_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Apr 8, 2024
1 parent 859d10a commit 3f0aeae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/scheduler/test_openpbs_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def queue_name_config():
def test_that_openpbs_driver_ignores_qstat_flakiness(
text_to_ignore, caplog, capsys, create_mock_flaky_qstat
):

create_mock_flaky_qstat(text_to_ignore)
with open("poly.ert", mode="a+", encoding="utf-8") as f:
f.write("QUEUE_SYSTEM TORQUE\nNUM_REALIZATIONS 1")
Expand Down

0 comments on commit 3f0aeae

Please sign in to comment.