Update reloader.py

reload
Christophe Mehay 8 years ago committed by GitHub
parent 88e5a66507
commit 3f713cf652

@ -37,7 +37,7 @@ class Reload(FileSystemEventHandler):
os.kill(self.pid, self.signal)
else:
self.log.debug(
'Reloader triggered but file {file} not watched'.format(
'Reloader triggered but file {file} is not watched'.format(
file=file
)
)

Loading…
Cancel
Save