qute-keepass: add a comment to not remove a variable

Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
This commit is contained in:
Konstantin Kharlamov 2019-03-24 20:26:03 +03:00
parent 2a0e0024fe
commit 05e54fbb73
1 changed files with 1 additions and 1 deletions

View File

@ -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",