-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement load_replace_candidate() #40
Comments
I would be very happy to have this functionality. Any status updates on progress? |
Ah. I've totally forgotten about this. I'll see if I can make time this weekend for it. |
Hey Kace, have you had a chance to work on this? I’m about to do a huge OS10 rollout and this would be supremely helpful. |
What's the one-line change that implements this function? Also, it looks like the operation isn't defined. I have a suspicion this may not be possible as dellos10 doesn't have 'replace candidate' functionality. Is that correct?
|
This method isn't supported according to the readme, but in practice the function call seems to work if we define a
dest_file
. It's a one line change other than adding tests (not sure if tests are done for anything besides getters?).Same thing as for #39 I'm trying to push my local fixes upstream.
The text was updated successfully, but these errors were encountered: