mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 09:47:13 +00:00
Handle failed installs
This commit is contained in:
@@ -32,7 +32,8 @@ class UpgradeHelper(Upgrader):
|
||||
|
||||
def _runInitrdShell(self, p):
|
||||
if self.callback is not None:
|
||||
self.callback(self, p)
|
||||
return self.callback(self, p)
|
||||
return 0
|
||||
|
||||
class App(SubprocessMixin):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user