From 05e54fbb73e6f9f60172374e59f2fead6f34babd Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Sun, 24 Mar 2019 20:26:03 +0300 Subject: [PATCH] qute-keepass: add a comment to not remove a variable Signed-off-by: Konstantin Kharlamov --- misc/userscripts/qute-keepass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/userscripts/qute-keepass b/misc/userscripts/qute-keepass index fedc43cf2..071a8e95e 100755 --- a/misc/userscripts/qute-keepass +++ b/misc/userscripts/qute-keepass @@ -148,7 +148,7 @@ def dmenu(items, invocation, encoding): def get_password(): """Get a keepass db password from user.""" - _app = QApplication(sys.argv) + _app = QApplication(sys.argv) # don't remove this local variable text, ok = QInputDialog.getText( None, "KeePass DB Password", "Please enter your KeePass Master Password",