Remove/replace some more unnecessary uses of py.path

This commit is contained in:
Ran Benita
2021-03-14 22:20:53 +02:00
parent a03ee02817
commit f0c7043138
17 changed files with 75 additions and 78 deletions

View File

@@ -465,7 +465,7 @@ class Session(nodes.FSCollector):
def __init__(self, config: Config) -> None:
super().__init__(
path=config.rootpath,
fspath=config.rootdir,
fspath=None,
parent=None,
config=config,
session=self,