Skip to content

Commit 19ea1bc

Browse files
Kahvi-0Marshall-Hallenbeck
authored andcommitted
Update schtask_as.py
Signed-off-by: Kahvi-0xFF <46513413+Kahvi-0@users.noreply.github.com>
1 parent 73b35eb commit 19ea1bc

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
@@ -222,7 +222,7 @@ def execute_handler(self, command, fileless=False):
222222
if self.task is None:
223223
tmpName = gen_random_string(8)
224224
else:
225-
tmpName = f"{self.task}"
225+
tmpName = self.task
226226
xml = self.gen_xml(command, fileless)
227227

228228
self.logger.info(f"Task XML: {xml}")

0 commit comments

Comments
 (0)