Closed sevein closed 8 years ago
I think what's passed in and written to the METS should still be 'Directory', but the comparisons should be foo.lower() == 'directory' to make it more compatible with other things.
foo.lower() == 'directory'
ok
One more case in mets.py:180 Other than that, :+1:
mets.py:180
I think what's passed in and written to the METS should still be 'Directory', but the comparisons should be
foo.lower() == 'directory'
to make it more compatible with other things.