Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent db14a32 commit 5ddceaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/flex/test_wrap_executable.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ def test_python_version(self):
self.assertTrue(python_version_step.status.finished)
self.assertEqual(
python_version_step.files.error_out,
os.path.join(os.path.abspath(python_version_step.working_directory), "error.out"),
os.path.join(
os.path.abspath(python_version_step.working_directory), "error.out"
),
)

def test_cat(self):
Expand Down

0 comments on commit 5ddceaf

Please sign in to comment.