Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Sep 20, 2024
1 parent 90303d4 commit 853f05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eva_sub_cli/executables/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main():

with DirLock(os.path.join(args.submission_dir, '.lock')) as lock:
# Create the log file
h.add_file_handler(os.path.join(args.submission_dir, 'eva_submission.log'), logging.DEBUG)
logging_config.add_file_handler(os.path.join(args.submission_dir, 'eva_submission.log'), logging.DEBUG)
# Pass on all the arguments to the orchestrator
orchestrator.orchestrate_process(**args.__dict__)
except DirLockError:
Expand Down

0 comments on commit 853f05a

Please sign in to comment.