lordmauve / chopsticks

Chopsticks is an orchestration library: it lets you execute Python code on remote hosts over SSH.
https://chopsticks.readthedocs.io/
Apache License 2.0
158 stars 16 forks source link

Fix bug preventing decorated functions to be called remotely (Fixes #50) #51

Open amigrave opened 7 years ago

amigrave commented 7 years ago

My patch is quite naive (prepending instead of appending) and I'm not 100% sure that I don't break something while trying to fix this. Could you have a look ?

Thanks.

lordmauve commented 7 years ago

I think we have tests for this. Please can you add a test for the case this fixes?