From 99724905be5c6a686034575f679b6bb0f7c87363 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 10 Nov 2020 01:22:13 +0100 Subject: [PATCH] change README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 433acc8..90bc9b6 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ task_sched = TaskScheduler( ### ShellScheduler Schedule a shell command *cmd*. Replace **{maskname}**, **{pathname}** and **{src_pathname}** in *cmd* with the actual values of occuring events. This scheduler is based on TaskScheduler and has the same optional arguments. ```python -# Please note that **{src_pathname}** is only present for IN_MOVED_TO events and only in the case where the IN_MOVED_FROM events are watched too. +# Please note that **{src_pathname}** is only present for IN_MOVED_TO events and only +# in the case where the IN_MOVED_FROM events are watched too. # If it is not present, the command line argument will be an empty string. shell_sched = ShellScheduler( cmd="/usr/local/bin/task.sh {maskname} {pathname} {src_pathname}")