Mercurial > lcfOS
diff python/ppci/errors.py @ 288:a747a45dcd78
Various styling work
author | Windel Bouwman |
---|---|
date | Thu, 21 Nov 2013 14:26:13 +0100 |
parents | 4496cae24d7f |
children | bd2593de3ff8 |
line wrap: on
line diff
--- a/python/ppci/errors.py Thu Nov 21 11:57:27 2013 +0100 +++ b/python/ppci/errors.py Thu Nov 21 14:26:13 2013 +0100 @@ -26,7 +26,7 @@ def printError(source, e): def printLine(row, txt): print(str(row)+':'+txt) - if e.row == 0: + if e.row == 0 or True: print('Error: {0}'.format(e.msg)) else: lines = source.split('\n')