Overall review

This commit is contained in:
Aurélien CHALOT
2025-09-21 10:33:08 +02:00
parent f1f0fba2dd
commit 4eadf3b5a0
+1 -1
View File
@@ -205,7 +205,7 @@ class NXCModule:
if self.binary_to_upload:
try:
connection.conn.deleteFile(self.share, f"{self.output_file_location}\\{self.binary_to_upload_name}")
self.logger.success(f"Binary {self.output_file_location}{self.binary_to_upload_name} successfully deleted")
self.logger.success(f"Binary {self.output_file_location}\\{self.binary_to_upload_name} successfully deleted")
except Exception as e:
self.logger.fail(f"Error deleting {self.output_file_location}{self.binary_to_upload_name} on {self.share}: {e}")