Skip to content

Components without command crash #284

@cbravo135

Description

@cbravo135

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions