mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Correctly report exit status from Python modules.
This commit is contained in:
parent
87ee2b8b8c
commit
4fc2efb7fa
5 changed files with 14 additions and 9 deletions
|
@ -77,4 +77,4 @@ def run():
|
|||
installGrub( rootMountPoint, bootLoader )
|
||||
finally:
|
||||
umountPartitions( rootMountPoint, extraMounts )
|
||||
return "All done"
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue