From 1732e30e588b41c52b5c2f3cd28a968dca0e1c80 Mon Sep 17 00:00:00 2001 From: Theophile Terraz <theophile.terraz@inrae.fr> Date: Fri, 17 Jan 2025 09:31:37 +0100 Subject: [PATCH] debug --- src/View/BoundaryConditionsAdisTS/Table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/BoundaryConditionsAdisTS/Table.py b/src/View/BoundaryConditionsAdisTS/Table.py index 59ffe411..29c81220 100644 --- a/src/View/BoundaryConditionsAdisTS/Table.py +++ b/src/View/BoundaryConditionsAdisTS/Table.py @@ -208,7 +208,7 @@ class TableModel(PamhyrTableModel): self._undo.push( AddCommand( - self._pollutant, self._bc_list, row, self._lst + self._pollutant, self._bc_list, self._lst, row ) ) -- GitLab