Minor fix.
This commit is contained in:
parent
bfbd57aede
commit
4d8c8a7336
@ -44,6 +44,7 @@ version number."""
|
|||||||
|
|
||||||
keyfound = False
|
keyfound = False
|
||||||
try:
|
try:
|
||||||
|
import sys
|
||||||
if sys.environment[key] == data:
|
if sys.environment[key] == data:
|
||||||
keyfound = True
|
keyfound = True
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user