KBNLresearch / omSipCreator

Create ingest-ready SIPs from batches of optical media images
Apache License 2.0
7 stars 0 forks source link

Don't try to write MDO record if config.enablePPNLookup set to False. #61

Closed bitsgalore closed 4 years ago

bitsgalore commented 5 years ago

This line:

    successMdoWrite = mdo.writeMDORecord(PPN, dirOut)

Looks like this will go wrong if config.enablePPNLookup is False.

bitsgalore commented 4 years ago

Closing, Iromlab issue that has been fixed already.