Skip to content
Snippets Groups Projects
Commit be561a622100 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

factotum: initialize global variables to suppress pyflakes warning

parent c58aa73bf0b9
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@
ERRMAX = 128
_executable = _mountpoint = _service = None
def auth_getkey(self, params):
if not self.ui.interactive():
raise util.Abort(_('factotum not interactive'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment