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

typo in example.py and example_fail.py #96

Closed morpheus1820 closed 9 years ago

morpheus1820 commented 9 years ago

example.py line12: should be return res1 + param2 example_fail.py line 17: should be return res1 + param_b

AndreaCensi commented 9 years ago

Thanks!, fixed in trunk.