Added newline to fix flake8 error.
This commit is contained in:
parent
68c9a72e29
commit
5e9773269a
|
@ -134,6 +134,7 @@ def inotify_code_changed():
|
||||||
"""
|
"""
|
||||||
class EventHandler(pyinotify.ProcessEvent):
|
class EventHandler(pyinotify.ProcessEvent):
|
||||||
modified_code = None
|
modified_code = None
|
||||||
|
|
||||||
def process_default(self, event):
|
def process_default(self, event):
|
||||||
if event.path.endswith('.mo'):
|
if event.path.endswith('.mo'):
|
||||||
EventHandler.modified_code = I18N_MODIFIED
|
EventHandler.modified_code = I18N_MODIFIED
|
||||||
|
|
Loading…
Reference in New Issue