wrapper, --rate_select is being set to True even when I explictly set it to False #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am having some issues with the wrapper and understanding how it's supposed to behave. In troubleshooting, I have made the change to shf_wrapper.py to set the default value of *_select to be False.
When I call the script without specifying anything, it works as expected. It does not do any processing because I did not tell it to.
Now I want to explicitly set rate_select to False.
Now you can see that rate_select is now True but in calling the script, I set it to False.
Actually, it seems it does not matter what I actually set rate_select to. Any value means it will be True. False means True. Anything means True. It's very confusing.