From 73a93965dd92d02d587c9313f94d200ed25794be Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Fri, 8 Apr 2022 10:12:47 -0300 Subject: [PATCH] [view.qt.window] fix: typo --- bauh/view/qt/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/view/qt/window.py b/bauh/view/qt/window.py index 1b3273e3..20702991 100755 --- a/bauh/view/qt/window.py +++ b/bauh/view/qt/window.py @@ -796,7 +796,7 @@ class ManageWindow(QWidget): for decrement, pkg_idx in enumerate(removed_idxs): del pkg_list[pkg_idx - decrement] - if list_idx == 1: # updates the rows if the current list reprents the displayed packages: + if list_idx == 1: # updates the rows if the current list represents the displayed packages: for decrement, idx in enumerate(removed_idxs): self.table_apps.removeRow(idx - decrement)