Skip to content

Commit

Permalink
maybe fix install on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Sep 8, 2023
1 parent ad2538e commit 63ddf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/geoarrow-c/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
os.mkdir(vendor_dir)
os.mkdir(os.path.join(vendor_dir, "ryu"))
for source_file in vendor_source_files:
dst_file = source_file.removeprefix(os.path.join(vendor_source_dir, ""))
dst_file = source_file.replace(os.path.join(vendor_source_dir, ""), "")
shutil.copyfile(source_file, os.path.join(vendor_dir, dst_file))

0 comments on commit 63ddf85

Please sign in to comment.