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._using_pyargs = pyargs
|
||||
foundanchor = False
|
||||
for intitial_path in args:
|
||||
path = str(intitial_path)
|
||||
for initial_path in args:
|
||||
path = str(initial_path)
|
||||
# remove node-id syntax
|
||||
i = path.find("::")
|
||||
if i != -1:
|
||||
|
|
Loading…
Reference in New Issue