cimatosa / jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
MIT License
6 stars 3 forks source link

Reserve tty #15

Closed paulmueller closed 9 years ago

paulmueller commented 9 years ago

With this patch, it is now possible to call a decorated function within a decorated function without messing up the output in the terminal.

See

tests.test_decorators.test_decorated_func_calls_decorated_func
paulmueller commented 9 years ago

(the progress of the second decorated function is not displayed)

paulmueller commented 9 years ago

@cimatosa any objections?

cimatosa commented 9 years ago

I did not try, but if it does not brake backwards compatibility, go ahead and merge.