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.
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.