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
Components crash if they don't initialize the command member since the default in the Component class is None.
One example of this is the MoveFile component in tools.py.
A workaround I am currently using is to change the default init of command in Component to '' instead of None.
The text was updated successfully, but these errors were encountered:
Components crash if they don't initialize the command member since the default in the Component class is None.
One example of this is the MoveFile component in tools.py.
A workaround I am currently using is to change the default init of command in Component to '' instead of None.
The text was updated successfully, but these errors were encountered: