diff python/ppci/buildtasks.py @ 354:5477e499b039

Added some sort of string functionality
author Windel Bouwman
date Thu, 13 Mar 2014 18:59:06 +0100
parents 442fb043d149
children 39bf68bf1891
line wrap: on
line diff
--- a/python/ppci/buildtasks.py	Sun Mar 09 18:49:10 2014 +0100
+++ b/python/ppci/buildtasks.py	Thu Mar 13 18:59:06 2014 +0100
@@ -57,7 +57,8 @@
 
         for ircode in c3b.build(self.sources, self.includes):
             if not ircode:
-                return
+                # Something went wrong, do not continue the code generation
+                continue
 
             d = {'ircode':ircode}
             self.logger.debug('Verifying code {}'.format(ircode), extra=d)