Improve PEP8 gluon/newcron.py

This commit is contained in:
Hardirc
2015-03-06 22:14:10 -05:00
parent 0546e9b396
commit 8ac3191e33
+2 -1
View File
@@ -47,7 +47,7 @@ def absolute_path_link(path):
def stopcron():
"Graceful shutdown of cron"
"""Graceful shutdown of cron"""
global _cron_stopping
_cron_stopping = True
while _cron_subprocs:
@@ -59,6 +59,7 @@ def stopcron():
import traceback
traceback.print_exc()
class extcron(threading.Thread):
def __init__(self, applications_parent, apps=None):