Updated all Python code to be fully flake8 compliant

This commit is contained in:
Fotis Gimian
2015-05-10 20:08:09 +10:00
parent 70ee60c3c2
commit 97bbe96465
4 changed files with 17 additions and 14 deletions

2
dev.py
View File

@@ -13,7 +13,7 @@ from puppetboard.app import app
if __name__ == '__main__':
# Start CoffeeScript to automatically compile our coffee source.
# We must be careful to only start this in the parent process as
# WERKZEUG will create a secondary process when using the reloader.
# Werkzeug will create a secondary process when using the reloader.
if os.environ.get('WERKZEUG_RUN_MAIN') is None:
try:
subprocess.Popen([