diff options
| author | Franziska Kunsmann <hi@kunsmann.eu> | 2023-05-01 12:22:48 +0200 |
|---|---|---|
| committer | Franziska Kunsmann <hi@kunsmann.eu> | 2023-05-01 12:22:48 +0200 |
| commit | c5c10e008761bcf1d71d7cae959a0a5df4921a08 (patch) | |
| tree | 732e92b61a1fd834d51762a92f4ffc4a728d4efa /gui.py | |
| parent | 4331c59518db95a5a020c37f6b9a809b085ee907 (diff) | |
fix typo
Diffstat (limited to 'gui.py')
| -rw-r--r-- | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ class PyATEMSwitcherGui(): if i.shortName.lower() in ('-', 'empty', 'x'): continue if f'in_{i.shortName}' in self.buttons: - log.warning(f'ignoring duplicate button {i.shortName)') + log.warning(f'ignoring duplicate button {i.shortName}') continue log.debug(f'Creating Button for {i.shortName} of type {i.externalPortType}: {i.longName}') btn = Gtk.Button.new_with_label( |
