Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move some functions from fba_launch_io.py to utils.py #419

Merged
merged 4 commits into from Nov 20, 2021
Merged

Conversation

araichoor
Copy link
Contributor

This PR moves some functions from fba_launch_io.py to utils.py:

  • assert_isoformat_utc()
  • get_svn_version()
  • get_last_line()
  • read_ecsv_keys()

Those functions are very generic.
Noticely, this allows to call assert_isoformat_utc() in targets.py with avoiding potential circular imports that could happen if that function were in fba_launch_io.py (see discussion in this PR #415).

@araichoor araichoor merged commit 4115bfa into master Nov 20, 2021
@araichoor araichoor deleted the utils branch November 3, 2022 00:32
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.

None yet

1 participant