mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 05:54:15 +02:00
fix: not showing error when Snap downgrade does not work
This commit is contained in:
@@ -73,7 +73,7 @@ class ProcessHandler:
|
||||
if process.wrong_error_phrase and process.wrong_error_phrase in line:
|
||||
continue
|
||||
else:
|
||||
break
|
||||
return False
|
||||
|
||||
return process.subproc.returncode is None or process.subproc.returncode == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user