1
0
Fork 0
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:
aclist 2024-12-16 14:49:55 +09:00
parent 4d3d9bf0bb
commit 34b3d3bc8c
2 changed files with 1 additions and 2 deletions
helpers

View file

@ -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):