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 1abea12 commit 5560517Copy full SHA for 5560517
scripts/check_fixtures.py
@@ -25,7 +25,7 @@ def print_warning(filename, recid="", field="", message="missing-field"):
25
def main():
26
"""Check record fixtures for basic fields."""
27
problems_found = False
28
- fixtures_directory = "cernopendata/modules/fixtures/data/records"
+ fixtures_directory = "data/records"
29
for filename in os.listdir(fixtures_directory):
30
records = json.loads(open(fixtures_directory + os.sep + filename, "r").read())
31
for record in records:
0 commit comments