Browse Source

Rename manifest-cache.json to manifests-cache.json.

v1
Andrew Belt 5 years ago
parent
commit
68856fc962
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      manifests-cache.json
  2. +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 = "manifests-cache.json"
with open(cache_filename) as f:
cache = json.load(f)



Loading…
Cancel
Save