Skip to content

Commit f8692a1

Browse files
committed
Update code due to packaging change.
1 parent 841bd82 commit f8692a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_redlines/engines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _unzip_binary(self):
1818
Unzips the appropriate C# binary for the current platform.
1919
"""
2020
base_path = os.path.dirname(__file__)
21-
binaries_path = os.path.join(base_path, 'data')
21+
binaries_path = os.path.join(base_path, 'dist')
2222
target_path = os.path.join(base_path, 'bin')
2323

2424
if not os.path.exists(target_path):

0 commit comments

Comments
 (0)