mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25: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
|
@ -61,4 +61,4 @@ def run():
|
|||
mountPartitions( rootMountPoint, libcalamares.globalStorage.value( "partitions" ) )
|
||||
|
||||
libcalamares.globalStorage.insert( "rootMountPoint", rootMountPoint )
|
||||
return "All done, mounted at {}".format( rootMountPoint )
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue