Skip to content

Commit bc3e792

Browse files
committed
fix missing arguments
1 parent 67c15e3 commit bc3e792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/storage_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def getClientPath(self):
8888
if self.client_path:
8989
return Path(self.client_path)
9090
else:
91-
self._findClient()
91+
self._findClient(self.data_path, sys.platform)
9292
if self.client_path: # don't recurse here
9393
return Path(self.client_path)
9494
return None

0 commit comments

Comments
 (0)