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 could be prone error. I will try to come with a solution to offer. https://github.com/pyansys/pyseascape/blob/07911a19b89489cb1fc7e30654217552412d297b/src/ansys/seascape/utils.py#L5-L6
The text was updated successfully, but these errors were encountered:
@MaxJPRey This is not a bug. These scripts are meant to (almost) directly work in RedHawk-SC natively.
Sorry, something went wrong.
OK. I would just suggest to change: list(["top"]) to ["top"] It should return the same value.
list(["top"])
["top"]
MaxJPRey
No branches or pull requests
This could be prone error.
I will try to come with a solution to offer.
https://github.com/pyansys/pyseascape/blob/07911a19b89489cb1fc7e30654217552412d297b/src/ansys/seascape/utils.py#L5-L6
The text was updated successfully, but these errors were encountered: