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
When we decorate a function with @task and use DOIT_CONFIG = doit_config(num_process=2) we get this error. We should probably change the name of decorated functions to prevent this. See https://stackoverflow.com/a/53869959/7262247
When we decorate a function with
@taskand useDOIT_CONFIG = doit_config(num_process=2)we get this error. We should probably change the name of decorated functions to prevent this. See https://stackoverflow.com/a/53869959/7262247