Skip to content

Commit

Permalink
Fixed problem with job returnocde == None
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Mar 12, 2024
1 parent 84e7b1f commit 84b45e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seamm_jobserver/jobserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
logger = logging.getLogger(__name__)
# logger.setLevel(logging.DEBUG)


def run():
"""Helper routine to run the JobServer from the command-line"""
jobserver = seamm_jobserver.JobServer()
Expand Down

0 comments on commit 84b45e0

Please sign in to comment.