Closed mfeurer closed 8 years ago
Thanks for your report, I can confirm I see this behaviour.
The culprit is b4e2ba090fed86bccbb2a2f53d0f8cab5b3eeb5e. This commit introduced the use of HIGHEST_PROTOCOL
for pickle()
ing. Somehow, this results in an error. I will look into it more later
Hi,
first of all, jug is a great module to distribute tasks on a cluster without too much overhead and it already helps me a lot.
While using it, I found that one cannot read results which contain empty strings in python 2.7.6 (not tested with python 3). Here is a minimal working example:
File
jugtest.py
File
jugtest_result.py
Output:
This is not a big issue because I can just output a dummy string, but it would be great if this can be fixed or documented so other users don't have this issue again.