reverted parts of the last commit. (0.21.9)
This commit is contained in:
parent
61184b86ab
commit
33de0f8792
1 changed files with 5 additions and 5 deletions
|
|
@ -19,14 +19,14 @@ class Environment:
|
||||||
if key in self.__env:
|
if key in self.__env:
|
||||||
return self.__env[key]
|
return self.__env[key]
|
||||||
else:
|
else:
|
||||||
self.__log.warning('Environment var "' + key + '" not found! Could be that it is '
|
self.__log.warning('environment var "' + key + '" not found! could be that it is '
|
||||||
'set later at runtime. If you '
|
'set later at runtime. if you '
|
||||||
'encounter any errors executing '
|
'encounter any errors executing '
|
||||||
'linspector, something is wrong '
|
'linspector, something is wrong '
|
||||||
'in the logic of the code. Please '
|
'in the logic of the code. please '
|
||||||
'consider reporting this as a '
|
'consider reporting this as a '
|
||||||
'bug! Btw. a WARNING is not an '
|
'bug! btw. a WARNING is not an '
|
||||||
'ERROR! Linspector should work '
|
'ERROR! linspector should work '
|
||||||
'even with missing environment '
|
'even with missing environment '
|
||||||
'variables.')
|
'variables.')
|
||||||
return None
|
return None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue