Closed rr4e closed 7 months ago
Please download the latest vsrepo version and check again. I believe this was fixed already. At least I can not reproduce it.
https://github.com/vapoursynth/vsrepo/archive/refs/heads/master.zip
yes , Portable need write -p
I tried both with and without -p, both works for me. The code looks also correct on first glance.
Should all be fixed
python vsrepo.py available
E:\cut_media_tools\vs_tools\VapourSynth64-Portable-R61>python vsrepo.py available Traceback (most recent call last): File "E:\cut_media_tools\vs_tools\VapourSynth64-Portable-R61\vsrepo.py", line 177, in package_json_path = os.path.join(file_dirname, 'vspackages3.json') if args.portable else os.path.join(*pluginparent, 'vsrepo', 'vspackages3.json') NameError: name 'pluginparent' is not defined