mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 11:52:44 +00:00
Add missing return statements.
This commit is contained in:
@@ -129,9 +129,9 @@ class AnsibleCoreCI(object):
|
||||
def start(self):
|
||||
"""Start instance."""
|
||||
if is_shippable():
|
||||
self.start_shippable()
|
||||
else:
|
||||
self.start_remote()
|
||||
return self.start_shippable()
|
||||
|
||||
return self.start_remote()
|
||||
|
||||
def start_remote(self):
|
||||
"""Start instance for remote development/testing."""
|
||||
|
||||
Reference in New Issue
Block a user