temporary print errors to console

This commit is contained in:
Josh Holtrop 2011-01-03 08:31:04 -05:00
parent 7f5aef193d
commit 24451fa127

3
dwtt
View File

@ -46,6 +46,9 @@ def main(argv):
if type(res).__name__ == 'bool':
if not res:
break
else:
# todo: move to GUI
print "Error:", res
def doCmdWindow():
c = CmdWindow()