update screenshot
This commit is contained in:
parent
0d8c73f80c
commit
0eda4eff17
Binary file not shown.
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 140 KiB |
2
main.py
2
main.py
@ -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)}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user