savagezen / dnd-tools

ARCHIVE - MOVED TO GITLAB | Interactive CLI tools for Dungeons and Dragons 5e
https://gitlab.com/savagezen/dnd-tools
GNU Affero General Public License v3.0
164 stars 34 forks source link

Update dnd-tools #23

Closed shinji257 closed 3 years ago

shinji257 commented 3 years ago

/home/shinji/.local/bin/dnd-tools:3238: SyntaxWarning: "is" with a literal. Did you mean "=="? if char_class is "Barbarian": /home/shinji/.local/bin/dnd-tools:3826: SyntaxWarning: "is" with a literal. Did you mean "=="? if char_class is "Barbarian":

Warning generated with Python 3.8 and higher. This corrects it. This could also be a consistency correction.

shinji257 commented 3 years ago

I guess I should look at other PRs before suggesting a PR... :/