openzim / gutenberg

Scraper for downloading the entire ebooks repository of project Gutenberg
https://download.kiwix.org/zim/gutenberg
GNU General Public License v3.0
126 stars 37 forks source link

inconsistent use of tabs and spaces in indentation #80

Closed nobicycle closed 5 years ago

nobicycle commented 5 years ago

Thank you for gutenberg zim.

The requirements and virtualenv were setup ok, but:

(gut-env) [me@tower gutenberg]$ gut-env/bin/python -V
Python 3.6.8
(gut-env) [me@tower gutenberg]$ ./gutenberg2zim 
  File "./gutenberg2zim", line 170
    if LANGUAGES == []:
                      ^
TabError: inconsistent use of tabs and spaces in indentation
kelson42 commented 5 years ago

@dattaz @rgaudin any idea how to fix that bug?

dattaz commented 5 years ago

Fix in #81