Updated all Python code to be fully flake8 compliant
This commit is contained in:
2
dev.py
2
dev.py
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user