Skip to content

Commit

Permalink
adjust suma, retain and separate schemas-only source file from its br…
Browse files Browse the repository at this point in the history
…oken-down schemas documents: metanorma/iso-10303#41
  • Loading branch information
opoudjis committed Jun 9, 2024
1 parent 6d689b4 commit d4223f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/suma/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class << self
# Can move to schema_config.rb
def write_all_schemas(schemas_all_path, collection_config)
# Gather all the inner (per-document) collection.yml files
document_paths = collection_config.manifest.entry.map(&:file)
document_paths = collection_config.manifest.entry.map(&:file).compact

all_schemas = Suma::SchemaConfig::Config.new(path: schemas_all_path)

Expand Down

0 comments on commit d4223f0

Please sign in to comment.