mirror of
https://github.com/aclist/dztui.git
synced 2025-06-30 04:48:57 +02:00
chore: drop unused var
This commit is contained in:
parent
4d3d9bf0bb
commit
34b3d3bc8c
2 changed files with 1 additions and 2 deletions
helpers
|
@ -2249,7 +2249,6 @@ class LinkDialog(GenericDialog):
|
|||
self.dialog.connect("response", self._on_dialog_response, parent, command)
|
||||
|
||||
def _on_button_clicked(self, button, uid):
|
||||
label = button.get_label()
|
||||
subprocess.Popen(['/usr/bin/env', 'bash', funcs, "open_user_workshop", uid])
|
||||
|
||||
def _on_dialog_response(self, dialog, resp, parent, command):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue