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
The method _outputfieldCopyable in the Job class is manifestly broken as it doesn't return anything and has no side effects. So the method should just be removed.
A bit of care should be taken as it is used twice in the schema of the Job class. These two places will have None assigned where in principle a bool is expected. I think that False can just be assigned instead.
The text was updated successfully, but these errors were encountered:
The method _outputfieldCopyable in the Job class is manifestly broken as it doesn't return anything and has no side effects. So the method should just be removed.
A bit of care should be taken as it is used twice in the schema of the Job class. These two places will have
None
assigned where in principle a bool is expected. I think that False can just be assigned instead.The text was updated successfully, but these errors were encountered: