summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/web_config.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-03-28 20:01:46 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-03-28 20:01:48 -0700
commitd6af7b7544ddb3b5e7b1f4a0fd76bd9cd5ed9125 (patch)
tree924f23ae748b94d8604a0e92f952ddf9562a5c93 /python/fatcat_web/web_config.py
parent4b75a81cbd0faeefa6a0f04b97ecc6832924ee69 (diff)
downloadfatcat-d6af7b7544ddb3b5e7b1f4a0fd76bd9cd5ed9125.tar.gz
fatcat-d6af7b7544ddb3b5e7b1f4a0fd76bd9cd5ed9125.zip
pubmed: bunch of .get_text() instead of .string
Yikes! Apparently when a tag has child tags, .string will return None instead of all the strings. .get_text() returns all of it: https://www.crummy.com/software/BeautifulSoup/bs4/doc/#get-text https://www.crummy.com/software/BeautifulSoup/bs4/doc/#string I've things like identifiers as .string, when we expect only a single string inside.
Diffstat (limited to 'python/fatcat_web/web_config.py')
0 files changed, 0 insertions, 0 deletions