We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug pygfried does not identify this file when it is processed in a3m:
The PREMIS output looks like this:
<premis:eventType>format identification</premis:eventType> <premis:eventDateTime>2023-06-29T18:39:53.488283+00:00</premis:eventDateTime> <premis:eventDetailInformation> <premis:eventDetail>program="pygfried/siegfried"; version="1.10.0"</premis:eventDetail> </premis:eventDetailInformation> <premis:eventOutcomeInformation> <premis:eventOutcome>Not identified</premis:eventOutcome> <premis:eventOutcomeDetail> <premis:eventOutcomeDetailNote>No Matching Format</premis:eventOutcomeDetailNote> </premis:eventOutcomeDetail> </premis:eventOutcomeInformation>
I installed pygfried locally (same version, 1.10.0) and it identifies the file correctly.
>>> pygfried.version() '1.10.0' >>> pygfried.identify("View_from_lookout_over_Queenstown_towards_the_Remarkables_in_spring.jpg") 'fmt/1507'
To Reproduce Steps to reproduce the behavior:
Expected behavior This file should be identified.
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
pygfried does not identify this file when it is processed in a3m:
The PREMIS output looks like this:
I installed pygfried locally (same version, 1.10.0) and it identifies the file correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This file should be identified.
Additional context
The text was updated successfully, but these errors were encountered: