-
Notifications
You must be signed in to change notification settings - Fork 142
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
python expressions substitution include names of all parents for specified modules #688
base: rolling
Are you sure you want to change the base?
Conversation
ea7abf8
to
6024df4
Compare
@adityapande-1995 Can I please get a review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I think this change is valuable. I've left one thing to change, but once that is fixed I think we can run CI on it.
Thanks @clalancette for the fix to the copy & paste error. Much better to have an appropriate failure reason reported. |
424fd5e
to
815b5f7
Compare
Signed-off-by: William Wedler <wwedler@riseup.net>
815b5f7
to
7c3eac6
Compare
So it looks like this caused a hang in the launch tests on all platforms. @zflat Can you take a look? It may the case that this just needs a rebase, but also please try to run the tests locally and make sure that they pass. |
This updates the python expression substitution to help with specifying python modules that are within a package.
Addresses issue #687