remove superflous line
This commit is contained in:
parent
e12fe64b54
commit
3a4f69734a
|
@ -817,7 +817,6 @@ class Config(object):
|
||||||
raise KeyError(name)
|
raise KeyError(name)
|
||||||
return val
|
return val
|
||||||
except KeyError:
|
except KeyError:
|
||||||
import pytest
|
|
||||||
py.test.skip("no %r value found" %(name,))
|
py.test.skip("no %r value found" %(name,))
|
||||||
|
|
||||||
def exists(path, ignore=EnvironmentError):
|
def exists(path, ignore=EnvironmentError):
|
||||||
|
|
Loading…
Reference in New Issue