Skip to content

surfliner_schema: Don’t fail empty initialize

kibigo! requested to merge surfliner_schema-fix-init into trunk

If SurflinerSchema::Reader is called with no arguments, no schema is loaded but it should not throw an error.

Merge request reports