Skip to content
Snippets Groups Projects
Commit e45de0f47215 authored by Lee Cantey's avatar Lee Cantey
Browse files

util_win32: add missing valname param to query_val function

parent 15a53af36a89
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@
except ImportError:
return None
def query_val(scope, key):
def query_val(scope, key, valname):
try:
keyhandle = OpenKey(scope, key)
return QueryValueEx(keyhandle, valname)[0]
......
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