We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841bd82 commit f8692a1Copy full SHA for f8692a1
src/python_redlines/engines.py
@@ -18,7 +18,7 @@ def _unzip_binary(self):
18
Unzips the appropriate C# binary for the current platform.
19
"""
20
base_path = os.path.dirname(__file__)
21
- binaries_path = os.path.join(base_path, 'data')
+ binaries_path = os.path.join(base_path, 'dist')
22
target_path = os.path.join(base_path, 'bin')
23
24
if not os.path.exists(target_path):
0 commit comments