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 570a08e commit cee6d51Copy full SHA for cee6d51
python/setup.py
@@ -233,7 +233,7 @@ def _supports_symlinks():
233
# packaging.
234
if (in_spark):
235
# Depending on cleaning up the symlink farm or copied version
236
- if _supports_symlinks():
+ if False:
237
os.remove(os.path.join(TEMP_PATH, "jars"))
238
os.remove(os.path.join(TEMP_PATH, "bin"))
239
os.remove(os.path.join(TEMP_PATH, "sbin"))
0 commit comments