Skip to content

Commit aa7a8e5

Browse files
committed
cosmetic
1 parent f1b861a commit aa7a8e5

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

script/tabular_to_schema.py

+1-12
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def write_schema(schema):
505505
schema_view.schema['in_language'] = SCHEMA['in_language'];
506506

507507
# Output the amalgamated content:
508-
JSONDumper().dump(schema_view.schema, w_filename_base + '.json')
508+
JSONDumper().dump(schema_view.schema, w_filename_base + '.json');
509509

510510
return schema_view;
511511

@@ -536,17 +536,6 @@ def write_locales(locale_schemas):
536536

537537

538538
# ********* Adjust the menu to include this schema and its classes ******
539-
# Creating a JSON file structure which can be loaded directly into DH:
540-
#
541-
# {
542-
# "MIxS": {
543-
# "soil": {
544-
# "name": 'soil',
545-
# "status": "published"
546-
# },
547-
# ... etc
548-
# }
549-
# }
550539
def write_menu(menu_path, schema_folder, schema_view):
551540

552541
schema_name = schema_view.schema['name'];

0 commit comments

Comments
 (0)