Skip to content

Commit afb25c8

Browse files
FlamefireThyre
andauthored
Fix typo
Co-authored-by: Jan André Reuter <[email protected]>
1 parent 5988274 commit afb25c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def main_with_hooks(args=None):
824824

825825
try:
826826
exit_code: EasyBuildExit = main(args=args, prepared_cfg_data=(init_session_state, eb_go, cfg_settings))
827-
sys.exit(init(exit_code))
827+
sys.exit(int(exit_code))
828828
except EasyBuildError as err:
829829
run_hook(FAIL, hooks, args=[err])
830830
print_error(err.msg, exit_on_error=True, exit_code=err.exit_code)

0 commit comments

Comments
 (0)