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:
Spencer Krum
2013-10-29 11:51:51 -07:00
parent 7265dc2fd0
commit 49afb9ed34
5 changed files with 24 additions and 24 deletions

View File

@@ -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)))