We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c15e3 commit bc3e792Copy full SHA for bc3e792
1 file changed
src/config/storage_finder.py
@@ -88,7 +88,7 @@ def getClientPath(self):
88
if self.client_path:
89
return Path(self.client_path)
90
else:
91
- self._findClient()
+ self._findClient(self.data_path, sys.platform)
92
if self.client_path: # don't recurse here
93
94
return None
0 commit comments