aboutsummaryrefslogtreecommitdiff
path: root/pw_software_update/py/pw_software_update/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_software_update/py/pw_software_update/cli.py')
-rw-r--r--pw_software_update/py/pw_software_update/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_software_update/py/pw_software_update/cli.py b/pw_software_update/py/pw_software_update/cli.py
index d49993904..a099beff5 100644
--- a/pw_software_update/py/pw_software_update/cli.py
+++ b/pw_software_update/py/pw_software_update/cli.py
@@ -198,7 +198,7 @@ def add_file_to_bundle_handler(arg) -> None:
arg.bundle.write_bytes(updated_bundle.SerializeToString())
- except (IOError) as error:
+ except IOError as error:
print(error)