From c5c10e008761bcf1d71d7cae959a0a5df4921a08 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 1 May 2023 12:22:48 +0200 Subject: fix typo --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.py b/gui.py index 33c8d6d..d959727 100644 --- a/gui.py +++ b/gui.py @@ -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( -- cgit v1.2.3