mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
pylint: enforce indentation (W0311) (#24039)
* pylint: enforce indentation (W0311) * few more old-commit-hash: 8af20af66ddaa6bc06d7f72f9134aa9afeed3ed8
This commit is contained in:
@@ -199,7 +199,7 @@ class NativeProcess(ManagerProcess):
|
||||
def start(self) -> None:
|
||||
# In case we only tried a non blocking stop we need to stop it before restarting
|
||||
if self.shutting_down:
|
||||
self.stop()
|
||||
self.stop()
|
||||
|
||||
if self.proc is not None:
|
||||
return
|
||||
@@ -231,7 +231,7 @@ class PythonProcess(ManagerProcess):
|
||||
def start(self) -> None:
|
||||
# In case we only tried a non blocking stop we need to stop it before restarting
|
||||
if self.shutting_down:
|
||||
self.stop()
|
||||
self.stop()
|
||||
|
||||
if self.proc is not None:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user