Skip to content

Commit

Permalink
place latest version check as first "infrastructure call"
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Nov 28, 2022
1 parent 6e9008d commit b20645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wahoomc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ def run(run_level):
logging.basicConfig(format='%(levelname)s:%(message)s',
level=logging.INFO)

check_installed_version_against_latest_pypi()
initialize_work_directories()
adjustments_due_to_breaking_changes()
check_installation_of_required_programs()
check_installed_version_against_latest_pypi()

if run_level == 'init':
o_input_data = cli_init()
Expand Down

0 comments on commit b20645c

Please sign in to comment.