SVN: Checkout, Multi-Repo, Optimizations & Clean-up #104

Merged
Demeter Dzadik merged 12 commits from Mets/blender-studio-pipeline:SVN-improvements into main 2023-07-10 16:49:03 +02:00
Showing only changes of commit a8fc415cdd - Show all commits

View File

@ -78,6 +78,7 @@ class BackgroundProcess:
def handle_error(self, context, error):
self.output = ""
self.error = error.stderr.decode()
self.is_running = False
def process_output(self, context, prefs):
"""
@ -133,7 +134,6 @@ class BackgroundProcess:
return self.tick_delay
elif self.error:
self.debug_print("Shutdown: There was an error.")
self.is_running = False
return
elif self.output:
self.debug_print("Processing output")