#176 Fix bad indentation pointed out by pylint
Closed by lholecek. Opened by lholecek.
lholecek/greenwave fix-pylint-indentation  into  master

Download 176.patch

Fixes pylint error:

Bad indentation. Found 24 spaces, expected 20 (bad-indentation)

My bad :) sorry.
:+1:

@gnaponie Sorry, this is marked as warning by pylint-2 (I mistakenly used pylint-3). I though it would fix the failing Jenkins build but the real problem is:

************* Module greenwave.resources
E: 32,14: urlparse is not callable (not-callable)

There are more pylint warning - I'll try to fix them later.

Pull-Request has been closed by lholecek

If pylint is being dumb, you can add a comment to tell it to ignore that warning, fwiw.

Pylint found a real bug. PR#177

Metadata