file path fixed

This commit is contained in:
Data-Monkey
2023-05-17 13:45:21 +10:00
parent 6c8fc093af
commit 07e8395536
2 changed files with 8 additions and 5 deletions

View File

@@ -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() )