mirror of https://github.com/MISP/PyTaxonomies
Fix print of all taxonomies
parent
52fea63106
commit
8deea78dda
|
@ -164,7 +164,7 @@ class Taxonomies(collections.Mapping):
|
|||
to_print = ''
|
||||
for mt_taxonomy in self.all_machinetags():
|
||||
for mt in mt_taxonomy:
|
||||
to_print += '\n'.join(mt)
|
||||
to_print += '{}\n'.format(mt)
|
||||
to_print += '\n'
|
||||
return to_print
|
||||
|
||||
|
|
Loading…
Reference in New Issue