Closed s2hc-johan closed 9 years ago
When starting devserver with an empty nikola site, you'll get an redis.exceptions.ResponseError thrown. This is because an empty list is used as *arg.
redis.exceptions.ResponseError
Thanks for noticing! (I always use nikola init -qd n to create a site, and almost never test things with an empty one…)
nikola init -qd n
When starting devserver with an empty nikola site, you'll get an
redis.exceptions.ResponseError
thrown. This is because an empty list is used as *arg.