freemyipod r590 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r589‎ | r590 | r591 >
Date:19:46, 12 February 2011
Author:farthen
Status:new
Tags:
Comment:
emCORE tools: emcore.py: Console output belongs to stdout
Modified paths:
  • /emcore/trunk/tools/emcore.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/emcore.py
@@ -382,7 +382,7 @@
383383 """
384384 while True:
385385 resp = self.emcore.usbcread()
386 - self.logger.write(resp.data)
 386+ self.logger.write(resp.data, target = stdout)
387387 time.sleep(0.1 / resp.maxsize * (resp.maxsize - len(resp.data)))
388388
389389 @command