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
None of the subject, task, run, or in general (description_fields) can be a list or of None type. They only can be of a specific value.
This way, if you need to pull two subjects, runs or tasks, you need to do it in a for loop.
Permitting the field values accept list or if passed as None be ignored will make much cleaner implementations.