Pep8 check most files
I left some errors on puppetboard/forms.py because I'm not sure how to fix them.
This commit is contained in:
@@ -14,7 +14,6 @@ logfilename = os.path.join('/tmp/', 'puppetboard_passenger_wsgi.log')
|
||||
logging.basicConfig(filename=logfilename, level=logging.INFO)
|
||||
|
||||
try:
|
||||
from puppetboard.app import app as application
|
||||
from puppetboard.app import app as application
|
||||
except Exception, inst:
|
||||
logging.exception("Error: %s", str(type(inst)))
|
||||
|
||||
logging.exception("Error: %s", str(type(inst)))
|
||||
|
||||
Reference in New Issue
Block a user