aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli.py b/cli.py
index c70ecf3..0c4a9d1 100755
--- a/cli.py
+++ b/cli.py
@@ -92,8 +92,6 @@ class RunScriptChangeHandler(FileSystemEventHandler):
def on_modified(self, event):
if event.src_path.endswith('.cache'):
return
- if event.is_directory:
- return
self.run()
def run(self):