Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 25, 2023
1 parent 46c1e22 commit cd16e8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spinn_machine/version/version_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def version_factory():
if spalloc_server is not None:
return Version5()

remote_spinnaker_url = get_config_str_or_none("Machine", "remote_spinnaker_url")
remote_spinnaker_url = get_config_str_or_none(
"Machine", "remote_spinnaker_url")
if remote_spinnaker_url is not None:
return Version5()

Expand Down

0 comments on commit cd16e8e

Please sign in to comment.