Skip to content

Commit cee6d51

Browse files
committed
try
1 parent 570a08e commit cee6d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def _supports_symlinks():
233233
# packaging.
234234
if (in_spark):
235235
# Depending on cleaning up the symlink farm or copied version
236-
if _supports_symlinks():
236+
if False:
237237
os.remove(os.path.join(TEMP_PATH, "jars"))
238238
os.remove(os.path.join(TEMP_PATH, "bin"))
239239
os.remove(os.path.join(TEMP_PATH, "sbin"))

0 commit comments

Comments
 (0)