Skip to content

Commit bab8acb

Browse files
authored
Update schtask_as.py
Signed-off-by: Kahvi-0xFF <46513413+Kahvi-0@users.noreply.github.com>
1 parent dc61428 commit bab8acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/schtask_as.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def execute_handler(self, command, fileless=False):
273273
tsch.hSchRpcDelete(dce, f"\\{tmpName}")
274274
return
275275
else:
276-
taskCreated = True
276+
taskCreated = True
277277
self.logger.info(f"Running task \\{tmpName}")
278278
tsch.hSchRpcRun(dce, f"\\{tmpName}")
279279
done = False

0 commit comments

Comments
 (0)