-
Notifications
You must be signed in to change notification settings - Fork 327
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
Label comparison not working #187
Comments
Any update? 6 days old ticket :( |
So, just checked inside
Would do the trick :) PS: The same could and should be done for card, board, etc, as comparing objects like these is pretty common :) |
Hello, i'm create pull request (#193)
You can create dressed tasks for these questions? |
@sgaynetdinov I'll try to do that on my spare time. |
I created a dict that consists of all my board labels, key being the label name and value being the Label object, as follows:
{'TO DO': <Label TO DO>, 'DONE': <Label DONE>, 'VERIFIED': <Label VERIFIED>, 'APPROVED': <Label APPROVED>, 'DOING': <Label DOING>}
I'm working on a personal script to automate some Trello related jobs, one of them is keeping card labels up-to-date based on some rules and external sources. Let's say I have the card LoremIpsum with only one label,
<Label TO DO>
.If I try to do this:
It should print True, but instead it print False, why?
The text was updated successfully, but these errors were encountered: