Skip to content

Conversation

@ssjunnebo
Copy link
Contributor

Lots of minor changes to cleanup code, fix small bugs and improve (hopefully) readability.

Also:

  • Log time it took for script to run
  • Move information to config

@ssjunnebo ssjunnebo requested review from aanil, alneberg and glrs November 28, 2025 15:40
Comment on lines +55 to +56
logger.error(f"Unknown satus for {run_dir}. Please check logs.")
raise RuntimeError(f"Unknown satus for {run_dir}.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
logger.error(f"Unknown satus for {run_dir}. Please check logs.")
raise RuntimeError(f"Unknown satus for {run_dir}.")
logger.error(f"Unknown status for {run_dir}. Please check logs.")
raise RuntimeError(f"Unknown status for {run_dir}.")

Copy link
Member

@aanil aanil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants