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
rule test1: output: "somefile.txt" use rule test1 as test2 with: input: "x.txt" def test(): print(rules.test2.input) print(rules.test2.output) return "result.txt"
Second output should resolve to output section in test1 rule, but its reference cannot be found.
The text was updated successfully, but these errors were encountered:
output
No branches or pull requests
Second output should resolve to output section in test1 rule, but its reference cannot be found.
The text was updated successfully, but these errors were encountered: