Skip to content
Snippets Groups Projects
Commit 97fea768 authored by rlapar's avatar rlapar
Browse files

logging bug patch

parent 27a4d012
No related branches found
No related tags found
No related merge requests found
...@@ -47,4 +47,4 @@ class NesterLogger(Logger): ...@@ -47,4 +47,4 @@ class NesterLogger(Logger):
for domain in nested_list[i].features['domains']: for domain in nested_list[i].features['domains']:
iteration_entry += ('{}\n'.format(domain)) iteration_entry += ('{}\n'.format(domain))
iteration_entry += '\n\n' iteration_entry += '\n\n'
super().log_entry(iteration_logfile_path, iteration_entry) super().log_entry(iteration_logfile_path, iteration_entry)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment