We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a41f8 commit fc0a8eeCopy full SHA for fc0a8ee
plugins/viewer/sumatra_viewer.py
@@ -33,7 +33,7 @@ def _find_sumatra_exe(self):
33
try:
34
with winreg.OpenKey(
35
winreg.HKEY_LOCAL_MACHINE,
36
- "SOFTWARE\\Microsoft\\Windows\\CurrentVersion" "\\App Paths\\SumatraPDF.exe",
+ "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\SumatraPDF.exe",
37
) as hndl:
38
SumatraViewer._sumatra_exe = winreg.QueryValue(hndl, "")
39
return SumatraViewer._sumatra_exe
0 commit comments