-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[23.1] Fix copying metadata to copied job outputs #17007
[23.1] Fix copying metadata to copied job outputs #17007
Conversation
7cc50db
to
824d346
Compare
@@ -667,7 +667,6 @@ def from_external_value(self, value, parent, path_rewriter=None): | |||
# directory. Correct. | |||
file_name = path_rewriter(file_name) | |||
mf.update_from_file(file_name) | |||
os.unlink(file_name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't the right place to do this, cleaning up the job working directory will handle this correctly. fixes the directory metadata strategy case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I bet this is also what happened in #14087
That one might be related. |
824d346
to
eb3802e
Compare
yep, fixed in a rebase |
eb3802e
to
2fc1b64
Compare
Merci! |
Fixes #17003
(Please replace this header with a description of your pull request. Please include BOTH what you did and why you made the changes. The "why" may simply be citing a relevant Galaxy issue.)
(If fixing a bug, please add any relevant error or traceback)
(For UI components, it is recommended to include screenshots or screencasts)
How to test the changes?
(Select all options that apply)
License