This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
library
mirror of
https://github.com/VCVRack/library.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Rename manifest-cache.json to manifests-cache.json.
v1
Andrew Belt
5 years ago
parent
6549d2db2f
commit
68856fc962
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
manifests-cache.json
+1
-1
scripts/update_cache.py
manifest-cache.json → manifests-cache.json
View File
+ 1
- 1
scripts/update_cache.py
View File
@@ -25,7 +25,7 @@ def get_module_creation(manifest_filename, module_slug):
def update():
# Load existing dataset
cache_filename = "manifest-cache.json"
cache_filename = "manifest
s
-cache.json"
with open(cache_filename) as f:
cache = json.load(f)
Write
Preview
Loading…
Cancel
Save