SVN: Checkout, Multi-Repo, Optimizations & Clean-up #104
@ -78,6 +78,7 @@ class BackgroundProcess:
|
|||||||
def handle_error(self, context, error):
|
def handle_error(self, context, error):
|
||||||
self.output = ""
|
self.output = ""
|
||||||
self.error = error.stderr.decode()
|
self.error = error.stderr.decode()
|
||||||
|
self.is_running = False
|
||||||
|
|
||||||
def process_output(self, context, prefs):
|
def process_output(self, context, prefs):
|
||||||
"""
|
"""
|
||||||
@ -133,7 +134,6 @@ class BackgroundProcess:
|
|||||||
return self.tick_delay
|
return self.tick_delay
|
||||||
elif self.error:
|
elif self.error:
|
||||||
self.debug_print("Shutdown: There was an error.")
|
self.debug_print("Shutdown: There was an error.")
|
||||||
self.is_running = False
|
|
||||||
return
|
return
|
||||||
elif self.output:
|
elif self.output:
|
||||||
self.debug_print("Processing output")
|
self.debug_print("Processing output")
|
||||||
|
Loading…
Reference in New Issue
Block a user