# HG changeset patch # User Peter Sanchez # Date 1734632525 21600 # Thu Dec 19 12:22:05 2024 -0600 # Node ID 60f3b367bca00e242da132c9fb1f9061d3aef633 # Parent 36fc1f4a883f5eed6221acfff6220a05cdd85cbc Updating bundle rebuild diff --git a/vim/rebuild_bundle.py b/vim/rebuild_bundle.py --- a/vim/rebuild_bundle.py +++ b/vim/rebuild_bundle.py @@ -140,5 +140,5 @@ # python3 setup.py build subprocess.call(["python3", "setup.py", "build"]) # cp build/lib*3.?/* ../python - for lfile in glob.iglob("build/lib*3.?/*"): + for lfile in glob.iglob("build/lib*python-3*/*"): shutil.copy(lfile, "../python")