Skip to content

Commit

Permalink
typo from bad merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 3, 2025
1 parent 20d94bf commit 9cb1c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easylink/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run(
logger.info("Running pipeline")
results_dir = get_results_directory(output_dir, no_timestamp).as_posix()
logger.info(f"Results directory: {results_dir}")
# TODO [MIC-4493]: Add configuration validation``
# TODO [MIC-4493]: Add configuration validation

main = handle_exceptions(
func=runner.main, exceptions_logger=logger, with_debugger=with_debugger
Expand Down

0 comments on commit 9cb1c47

Please sign in to comment.