Commit 61ba81bc authored by Guillaume Seguin's avatar Guillaume Seguin

Unfinished change

parent d06bc65b
...@@ -731,7 +731,7 @@ class PronterWindow(MainWindow, pronsole.pronsole): ...@@ -731,7 +731,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
if trueparam == "grid": if trueparam == "grid":
try: try:
item = int(param[-1]) # extract list item position item = int(param[-1]) # extract list item position
grid = list(self.gviz.grid) grid = list(gviz.grid)
grid[item - 1] = value grid[item - 1] = value
value = tuple(grid) value = tuple(grid)
except: except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment