Skip to content
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

Wrong logic #2

Closed
iyanmv opened this issue Sep 26, 2022 · 0 comments
Closed

Wrong logic #2

iyanmv opened this issue Sep 26, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@iyanmv
Copy link
Owner

iyanmv commented Sep 26, 2022

arxivbot/arxivbot.py

Lines 16 to 20 in aa77288

for elem in soup.head.find_all("meta"):
try:
name = elem["name"]
except KeyError:
pass

continue should be used here instead of pass

@iyanmv iyanmv added the bug Something isn't working label Sep 26, 2022
iyanmv added a commit that referenced this issue Sep 26, 2022
@iyanmv iyanmv closed this as completed Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant