alexgand / springer_free_books

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine
GNU General Public License v3.0
1.64k stars 366 forks source link

Fix SyntaxWarning (is to ==) #67

Closed iveL91 closed 4 years ago

iveL91 commented 4 years ago

Fixed

/app/helper.py:54: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(indices) is 0:
chaosAD commented 4 years ago

In what condition does it fail?

iveL91 commented 4 years ago

This warning occurred when running the Docker container as described in the README.