nationalparkservice / EMLeditor

EMLeditor edits EML metadata to add required fields for DataStore and automates creating drafts and uploading data packages to DataStore
https://nationalparkservice.github.io/EMLeditor/
Other
5 stars 6 forks source link

set_project needs non-exported functions from QCkit #161

Closed RobLBaker closed 1 month ago

RobLBaker commented 1 month ago

set_project needs to access non-exported functions from QCkit (these were recently changed from exported to non-exported in QCkit). Add ::: to allow set_project to access non-exported QCkit functions.