Skip to content
New issue

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

Regression: Result output local to $PWD not workspace dir #233

Closed
kba opened this issue Feb 26, 2019 · 0 comments
Closed

Regression: Result output local to $PWD not workspace dir #233

kba opened this issue Feb 26, 2019 · 0 comments
Assignees
Labels

Comments

@kba
Copy link
Member

kba commented Feb 26, 2019

e.g.

 self.workspace.add_file(
     ID=ID,
     file_grp=self.output_file_grp,
     mimetype=MIMETYPE_PAGE,
     local_filename="%s/%s" % (self.output_file_grp, ID),
     content=to_xml(pcgts)
 )

will add to $PWD/OCR-D-FOO not $WORKSPACE_DIR/OCR-D-FOO

@kba kba added the bug label Feb 26, 2019
@kba kba self-assigned this Feb 26, 2019
@kba kba closed this as completed in 76e0294 Feb 26, 2019
bertsky pushed a commit to bertsky/core that referenced this issue Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant