Commit aa7a8e5 1 parent f1b861a commit aa7a8e5 Copy full SHA for aa7a8e5
File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ def write_schema(schema):
505
505
schema_view .schema ['in_language' ] = SCHEMA ['in_language' ];
506
506
507
507
# Output the amalgamated content:
508
- JSONDumper ().dump (schema_view .schema , w_filename_base + '.json' )
508
+ JSONDumper ().dump (schema_view .schema , w_filename_base + '.json' );
509
509
510
510
return schema_view ;
511
511
@@ -536,17 +536,6 @@ def write_locales(locale_schemas):
536
536
537
537
538
538
# ********* 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
- # }
550
539
def write_menu (menu_path , schema_folder , schema_view ):
551
540
552
541
schema_name = schema_view .schema ['name' ];
You can’t perform that action at this time.
0 commit comments