Skip to content

copy meta.json on source exports #2152

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dromer
Copy link
Contributor

@dromer dromer commented Jul 22, 2025

Am always missing the source json on these exports.

Could've gone the route of passing the temp-file object directly, but I figured doing it KISS for now.

What do you think is better @timothyschoen ?

@dromer
Copy link
Contributor Author

dromer commented Jul 22, 2025

Ok, was also needed for Daisy so passing the File object instead of just the string.

@@ -359,6 +360,10 @@ class DaisyExporter final : public ExporterBase {

bool heavyExitCode = getExitCode();

if (heavyExitCode == 0) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we even need this here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant