Mercurial > lcfOS
comparison python/ppci/c3/builder.py @ 354:5477e499b039
Added some sort of string functionality
author | Windel Bouwman |
---|---|
date | Thu, 13 Mar 2014 18:59:06 +0100 |
parents | 6f4753202b9a |
children | 39bf68bf1891 |
comparison
equal
deleted
inserted
replaced
353:b8ad45b3a573 | 354:5477e499b039 |
---|---|
128 # Only return ircode when everything is OK | 128 # Only return ircode when everything is OK |
129 for pkg in all_pkgs & s_pkgs: | 129 for pkg in all_pkgs & s_pkgs: |
130 yield self.cg.gencode(pkg) | 130 yield self.cg.gencode(pkg) |
131 if not all(pkg.ok for pkg in all_pkgs): | 131 if not all(pkg.ok for pkg in all_pkgs): |
132 self.ok = False | 132 self.ok = False |
133 return |