AndreaCensi / compmake

Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.
http://compmake.org/
Other
17 stars 6 forks source link

capture stdout breaks too many lines #65

Closed AndreaCensi closed 10 years ago

AndreaCensi commented 14 years ago

Having something like

  print 1,2,3

produces 4 lines of output .