Changeset 1139 for framspy/evolalg/base/frams_step.py
- Timestamp:
- 05/08/21 12:42:58 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/base/frams_step.py
r1113 r1139 3 3 4 4 class FramsStep(Step): 5 def __init__(self, frams_lib, commands=None): 5 def __init__(self, frams_lib, commands=None, *args, **kwargs): 6 super(FramsStep, self).__init__(*args, **kwargs) 6 7 if commands is None: 7 8 commands = []
Note: See TracChangeset
for help on using the changeset viewer.