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
This can be done by using the self.link(Process, wann2kc_calc) and use the dst_path name to understand the attribute.
then, in the helper used to populate the builder, I use a pop to automatically delete the custom attribute.
The text was updated successfully, but these errors were encountered:
Note: decorate self._fetch_linked_files, not self.link.
self._fetch_linked_files
self.link
Sorry, something went wrong.
Exactly, so the idea would be to decorate not the link but the _fetch_linked_files, which contains the src_calc attribute.
mikibonacci
No branches or pull requests
This can be done by using the self.link(Process, wann2kc_calc) and use the dst_path name to understand the attribute.
then, in the helper used to populate the builder, I use a pop to automatically delete the custom attribute.
The text was updated successfully, but these errors were encountered: