Closed JenningsWu closed 8 years ago
@JenningsWu Thanks for reporting this issue.
It seems the futurization using builtins.str
was very optimistic. I checked with py2.7 and it is now working.
Could you please try to update your monolithe version to the laster commit and confirm so I can close this issue ?
Thanks
demo-client
works.
tdl list tasks --in lists 2
will get [Error] Failed fetching parent lists with uuid 2
. It may also need to use list(filter(...))
in def get_list(lid)
.
@JenningsWu
I just fixed the missing list()
call. Let me know if it does fix your problem.
It works, thank you!
When I tried to run
I got
And all seem to go back to normal after deleting the
from builtins import *
lines inexample/minilib/lib.py
&example/minilib/data.py
.