-
Notifications
You must be signed in to change notification settings - Fork 163
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
Job outputfiles cannot be extended #2190
Comments
This works fine for |
To fix this will require to change the way that the |
This will require a bit more research into what current behaviour is, and how we want to change it. |
hey @egede @mesmith75
is there any conclusion regarding the functionality of the "GangaList". |
Looking at this again, I think the critical point is that we for |
@egede, Thanks. I will try to rectify that issue and update as soon as possible. Proposed solution: The issue is that the outputfiles property returns a copy of the list, so in-place modifications (like append) are lost. We should change it to return the actual list (or provide proper mutator methods). I'll work on a fix. |
Make sure to run the tests in GangaCore/test/Unit and GangaCore/test/GPI locally when you have made changes. The CI testing shows clearly how you can run the tests. |
It seems that one cannot add files to an existing list of outputfiles, only define a completely new list. This does not seem right to me:
The text was updated successfully, but these errors were encountered: