Skip to content

Commit bda7a2b

Browse files
committed
Rename dist to data
1 parent 8244fce commit bda7a2b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ csproj/obj/*
1414
.Python
1515
build/
1616
develop-eggs/
17-
src/python_redlines/dist/
17+
src/python_redlines/data/
1818
downloads/
1919
eggs/
2020
.eggs/

src/python_redlines/engines.py

+1-1
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, 'dist')
21+
binaries_path = os.path.join(base_path, 'data')
2222
target_path = os.path.join(base_path, 'bin')
2323

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

0 commit comments

Comments
 (0)