We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9e475 commit 08a9342Copy full SHA for 08a9342
1 file changed
com/win32comext/taskscheduler/test/test_addtask_2.py
@@ -20,10 +20,9 @@
20
21
t = ts.NewWorkItem(task_name)
22
t.SetComment("Test a task running as local system acct")
23
-t.SetApplicationName("c:\\Python37\\python.exe")
+t.SetApplicationName("py.exe")
24
t.SetPriority(taskscheduler.REALTIME_PRIORITY_CLASS)
25
t.SetParameters("test_localsystem.py")
26
-t.SetWorkingDirectory("c:\\Python37")
27
t.SetCreator("test_addtask_2.py")
28
t.SetMaxRunTime(20000) # milliseconds
29
t.SetFlags(taskscheduler.TASK_FLAG_DELETE_WHEN_DONE)
0 commit comments