--- a/eric6/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py Tue Jan 12 17:19:02 2021 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py Tue Jan 12 20:03:30 2021 +0100 @@ -206,8 +206,7 @@ """ Private slot to pull missing large files into the local repository. """ - self.vcs.getExtensionObject("largefiles").hgLfPull( - self.project.getProjectPath()) + self.vcs.getExtensionObject("largefiles").hgLfPull() def __hgLfSummary(self): """