[SCM] morituri/master: return when we don't have a ret assigned
    js at users.alioth.debian.org 
    js at users.alioth.debian.org
       
    Sun Oct 19 20:09:56 UTC 2014
    
    
  
The following commit has been merged in the master branch:
commit 7b45d5681b8112f4d594964c0ed28abf18ed4e7f
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Jan 27 22:30:21 2013 +0100
    return when we don't have a ret assigned
diff --git a/morituri/rip/main.py b/morituri/rip/main.py
index c4576d1..09ace6b 100644
--- a/morituri/rip/main.py
+++ b/morituri/rip/main.py
@@ -39,6 +39,7 @@ def main(argv):
         return 255
     except ImportError, e:
         h.handleImportError(e)
+        return 255
     except task.TaskException, e:
         if isinstance(e.exception, ImportError):
             h.handleImportError(e.exception)
-- 
morituri packaging
    
    
More information about the pkg-multimedia-commits
mailing list