mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
file path fixed
This commit is contained in:
@@ -73,7 +73,7 @@ class Plugin_Objects:
|
||||
|
||||
|
||||
def write_result_file(self):
|
||||
|
||||
# print ("writing file: "+self.result_file)
|
||||
with open(self.result_file, mode='w') as fp:
|
||||
for obj in self.objects:
|
||||
fp.write ( obj.write() )
|
||||
|
||||
Reference in New Issue
Block a user