Commit 62ed554f authored by Ivan Tyagov's avatar Ivan Tyagov

return statement after return is an obvious typo.

parent 9dcd5c2e
...@@ -261,7 +261,6 @@ class SlapOSMasterCommunicator(object): ...@@ -261,7 +261,6 @@ class SlapOSMasterCommunicator(object):
if started and stopped: if started and stopped:
return INSTANCE_STATE_STOPPED return INSTANCE_STATE_STOPPED
return INSTANCE_STATE_UNKNOWN
if started: if started:
return INSTANCE_STATE_STARTED return INSTANCE_STATE_STARTED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment