Skip to content

Commit 0024804

Browse files
committed
Formatting
1 parent 55f1581 commit 0024804

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
@@ -207,7 +207,7 @@ def on_admin_login(self, context, connection):
207207

208208
except Exception as e:
209209
self.logger.fail(f"Error executing command via atexec: {e}")
210-
self.logger.debug(f"Traceback: {format_exc()}")
210+
self.logger.debug(format_exc())
211211
finally:
212212
if self.binary_to_upload:
213213
try:

0 commit comments

Comments
 (0)