update screenshot

This commit is contained in:
Salem Yaslem 2024-09-24 12:49:55 +03:00
parent 0d8c73f80c
commit 0eda4eff17
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -357,7 +357,7 @@ class DockerGUI(QMainWindow):
self.restore_selection(self.containers_tree, selected_items)
except subprocess.CalledProcessError as e:
print(f"Error refreshing containers: {e.output.decode()}")
except ValueError as e:
except ValueError:
print(f"Error parsing container list {repr(containers)}")
except Exception as e:
print(f"Unexpected error refreshing containers: {str(e)}")