0c60a1c Use returns instead of sys.exit()

Authored and Committed by pingou 6 years ago
    Use returns instead of sys.exit()
    
    The sys.exit() is done later based on the value returned
    
        
file modified
+3 -1