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
[Stage]: Other. Please describe below.
In #2397 the check
if key not in flow_variables: print(f"[ERROR TUN-0017] Variable {key} is not tunable.") sys.exit(1)
was disabled due to robustness issues.
Do not try to parse the tcl files directly and use a more generic mechanism to get the flow variables. #2393 might be relevant.
As above.
Use the latest ORFS with the commented section of code re-enabled.
No response
The text was updated successfully, but these errors were encountered:
luarss
Successfully merging a pull request may close this issue.
Subject
[Stage]: Other. Please describe below.
Describe the bug
In #2397 the check
was disabled due to robustness issues.
Expected Behavior
Do not try to parse the tcl files directly and use a more generic mechanism to get the flow variables. #2393 might be relevant.
Environment
To Reproduce
Use the latest ORFS with the commented section of code re-enabled.
Relevant log output
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: