spelling: initial
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
fcfb850e87
commit
7bf1831b48
|
@ -566,8 +566,8 @@ class PytestPluginManager(PluginManager):
|
||||||
self._noconftest = noconftest
|
self._noconftest = noconftest
|
||||||
self._using_pyargs = pyargs
|
self._using_pyargs = pyargs
|
||||||
foundanchor = False
|
foundanchor = False
|
||||||
for intitial_path in args:
|
for initial_path in args:
|
||||||
path = str(intitial_path)
|
path = str(initial_path)
|
||||||
# remove node-id syntax
|
# remove node-id syntax
|
||||||
i = path.find("::")
|
i = path.find("::")
|
||||||
if i != -1:
|
if i != -1:
|
||||||
|
|
Loading…
Reference in New Issue