You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hrm, add_task is supposed to do this already, e.g. here - but because we're always handing in the module's bound name (when this is run via from_module), that block won't execute (as it tests for name==None).
Will try to straighten this out w/ a test case - thanks!
Heh forgot the flag the ticket number in the actual fix - it's cca348a - was able to just simplify from_module and now the "what is my name" block in add_task does all the work for us in both cases :)
Line 118 in collections.py should be:
This works like it should.
I have no time to create a pull request with tests for now but I might later if you can't find the time as well.
The text was updated successfully, but these errors were encountered: