Skip to content

Commit

Permalink
Changed _errorCode to _error_code
Browse files Browse the repository at this point in the history
  • Loading branch information
PalNilsson committed May 29, 2024
1 parent eaf3f18 commit 42ed3e8
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion PILOTVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.6.7
3.7.6.8
2 changes: 1 addition & 1 deletion pilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def create_main_work_dir() -> (int, str):
f"failed to create workdir at {_mainworkdir} -- aborting: {error}",
file=sys.stderr,
)
exitcode = shell_exit_code(error._errorCode)
exitcode = shell_exit_code(error._error_code)
else:
_mainworkdir = getcwd()

Expand Down
Loading

0 comments on commit 42ed3e8

Please sign in to comment.