closure issue oooooops
This commit is contained in:
parent
b7cdffd86e
commit
9981d75651
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ class GUI:
|
||||||
borderwidth=0,
|
borderwidth=0,
|
||||||
bg="SandyBrown",
|
bg="SandyBrown",
|
||||||
activebackground="Goldenrod",
|
activebackground="Goldenrod",
|
||||||
command=lambda: self._show_info(
|
command=lambda e=error: self._show_info(
|
||||||
str(error.warning_message), str(error.warning_content)
|
str(e.warning_message), str(e.warning_content)
|
||||||
),
|
),
|
||||||
).grid(column=0, row=idx, columnspan=self.columnspan)
|
).grid(column=0, row=idx, columnspan=self.columnspan)
|
||||||
idx += 1
|
idx += 1
|
||||||
|
|
Reference in a new issue