-
Notifications
You must be signed in to change notification settings - Fork 60
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
Child spawner cmd overridden #30
Comments
How are you setting cmd overall, are you setting anything directly on a |
Indeed I'd been setting |
Hello, This is an issue related to #27. By experiment, I confirmed that the I've created a small PR #39 that restores the overwritten values with a naive approach. I'm not familiar with traitlets; There might be more elegant ways. |
Can you please post an example of this? We're looking at a use case where the spawner chooses to launch custom binary. |
@Aethylred Have a look at the |
I was a bit late to the party to test #27; I have a WrapSpawner implementation that has a custom
cmd
in the child profiles, and they are now getting overridden byc.Spawner.cmd
. I have a profilespawner-like setup and the spawn command is different on different profiles.Could we modify the directional link logic so that traits set and explicitly passed to the child spawner constructor aren't linked maybe? I can experiment with it next week.
The text was updated successfully, but these errors were encountered: