Skip to content

Fix invocation of dataset2rdf in 'sphn' mode

Deepak Unni requested to merge fix-bug-in-sphn-mode into main

This PR fixes the invocation of dataset2rdf CLI from Schema Forge when in sphn mode.

Previously the invocation was passing project_output as None which was causing an error.

Now we do an explicit check to see if project_output is defined before sending it to dataset2rdf cli.

Merge request reports

Loading