mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 13:14: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:
|
if process.wrong_error_phrase and process.wrong_error_phrase in line:
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
break
|
return False
|
||||||
|
|
||||||
return process.subproc.returncode is None or process.subproc.returncode == 0
|
return process.subproc.returncode is None or process.subproc.returncode == 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user