Skip to content

Commit

Permalink
remove double bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 25, 2023
1 parent 6809e7e commit 485ae67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnaker_graph_front_end/spinnaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def _is_allocated_machine():
if is_config_none("Machine", "spalloc_server"):
return not is_config_none(("Machine", "remote_spinnaker_url"))
return not is_config_none("Machine", "remote_spinnaker_url")
else:
return True

Expand Down

0 comments on commit 485ae67

Please sign in to comment.