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

EML creation script documentation interferes with interactive functions. #167

Open RobLBaker opened 1 week ago

RobLBaker commented 1 week ago

In particular, the section with upload_data_package() has commented out code following the function. If you run the whole code chunk, the commented out code is taken as an input instead of the expected values (1: Yes; 2: No).

Solution: move the comments to above the function call.