csisc / OpenCitations-Bot

A bot to add citation data from OpenCitations to Wikidata
8 stars 2 forks source link

Switch to None? #13

Closed dpriskorn closed 3 years ago

dpriskorn commented 3 years ago

https://github.com/csisc/OpenCitations-Bot/blob/74d5983423ec8a0414f3289c97743e205bd685d8/OCtoWikidata.py#L44 In the next if you can have if wid1 is None:

csisc commented 3 years ago

wid1 is set so that it can either be a string or an empty string. All conditions consider this.