diff options
| author | tassaron | 2017-06-22 20:31:04 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-22 20:31:04 -0400 |
| commit | 49cda1bf3aa1800459d1085496291bec90ae6a5a (patch) | |
| tree | 9c7bd4ffb01470f4c92877e22c6d039b7ddb42f1 /components/__base__.py | |
| parent | b21a953dda4ec54d494c813af8f687d53d3675d9 (diff) | |
can send multiple arguments to a component
Diffstat (limited to 'components/__base__.py')
| -rw-r--r-- | components/__base__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/__base__.py b/components/__base__.py index bdf6fdd..5c8865d 100644 --- a/components/__base__.py +++ b/components/__base__.py @@ -71,7 +71,8 @@ class Component(QtCore.QObject): self.core.openPreset(path, self.compPos, preset) else: print( - 'To open a preset for this component:\n' + self.__doc__, 'Usage:\n' + 'Open a preset for this component:\n' ' "preset=Preset Name"\n') self.commandHelp() quit(0) |
