We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab54f6d commit d2a1b3aCopy full SHA for d2a1b3a
1 file changed
pyeomp/bundle.py
@@ -55,7 +55,7 @@ def sync(ctx, verbosity):
55
LOGGER.debug('Caching schema')
56
LOGGER.debug(f'Downloading EOMP schema to {EOMP_FILES_TEMP}')
57
EOMP_FILES_TEMP.mkdir(parents=True, exist_ok=True)
58
- EOMP_SCHEMA = 'https://raw.githubusercontent.com/EOEPCA/metadata-profile/refs/heads/master/schemas/resource.json' # noqa
+ EOMP_SCHEMA = 'https://raw.githubusercontent.com/EOEPCA/eomp/refs/heads/master/schemas/eomp-bundled.json' # noqa
59
60
json_schema = EOMP_FILES_TEMP / 'eomp-bundled.json'
61
with json_schema.open('wb') as fh:
0 commit comments