Correctly report exit status from Python modules.

This commit is contained in:
Teo Mrnjavac 2014-07-28 17:03:22 +02:00
parent 87ee2b8b8c
commit 4fc2efb7fa
5 changed files with 14 additions and 9 deletions

View file

@ -77,4 +77,4 @@ def run():
installGrub( rootMountPoint, bootLoader )
finally:
umountPartitions( rootMountPoint, extraMounts )
return "All done"
return None