Skip to content

Commit

Permalink
Change filename for run_at_start to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
d13r committed Apr 30, 2015
1 parent 04f86f2 commit 742ffc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whenchanged/whenchanged.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def process_IN_MOVED_TO(self, event):

def run(self):
if self.run_at_start:
self.run_command('')
self.run_command('/dev/null')

wm = pyinotify.WatchManager()
notifier = pyinotify.Notifier(wm, self)
Expand Down

0 comments on commit 742ffc5

Please sign in to comment.