From deb0b10bb41938c4c5cffb1a16805cc6e6cd37dd Mon Sep 17 00:00:00 2001 From: twangboy Date: Mon, 15 Apr 2019 16:41:04 -0600 Subject: [PATCH] Fix some lint --- salt/modules/win_task.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/salt/modules/win_task.py b/salt/modules/win_task.py index 7e39a87c1824..cef1e73b4ebf 100644 --- a/salt/modules/win_task.py +++ b/salt/modules/win_task.py @@ -1960,7 +1960,7 @@ def add_trigger(name=None, produces a daily schedule. An interval of 2 produces an every-other day schedule. If no interval is specified, 1 is used. Valid entries are 1 - 999. - + *Weekly* The task will run weekly. @@ -2029,19 +2029,19 @@ def add_trigger(name=None, are the names of the days of the week. *OnIdle* - + No special parameters required. *OnTaskCreation* - + No special parameters required. *OnBoot* - + No special parameters required. *OnLogon* - + No special parameters required. *OnSessionChange*