mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
prefs.py: Comment why except OSError
being thrown away (wine check)
This commit is contained in:
parent
12b77f696b
commit
f9d384cc6d
2
prefs.py
2
prefs.py
@ -189,7 +189,7 @@ elif sys.platform == 'win32':
|
|||||||
winreg.OpenKey(reg, WINE_REGISTRY_KEY)
|
winreg.OpenKey(reg, WINE_REGISTRY_KEY)
|
||||||
is_wine = True
|
is_wine = True
|
||||||
|
|
||||||
except OSError:
|
except OSError: # Assumed to be 'path not found', i.e. not-wine
|
||||||
pass
|
pass
|
||||||
|
|
||||||
CalculatePopupWindowPosition = None
|
CalculatePopupWindowPosition = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user