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
Expected Bahavior
When one issues the follwing cli command
ocr workspace -M foo.xml init .
only one Metsfile with name foo.xmlshall be created.
foo.xml
Actual Behaviour
2 files are created in the new workspace, one called foo.xml and a mets.xml, both having the same content.
mets.xml
Version ocrd==2.2.2
Files
ocrd-workspace-init-files.zip
The text was updated successfully, but these errors were encountered:
98f4ec3
No branches or pull requests
Expected Bahavior
When one issues the follwing cli command
ocr workspace -M foo.xml init .
only one Metsfile with name
foo.xml
shall be created.Actual Behaviour
When one issues the follwing cli command
ocr workspace -M foo.xml init .
2 files are created in the new workspace, one called
foo.xml
and amets.xml
, both having the same content.Version
ocrd==2.2.2
Files
ocrd-workspace-init-files.zip
The text was updated successfully, but these errors were encountered: