mirror of
https://github.com/DISARMFoundation/DISARMframeworks.git
synced 2025-07-23 23:10:37 -04:00
try fix for repeated generated_pages string
This commit is contained in:
parent
a483bf4c80
commit
5b73d3afab
27 changed files with 685 additions and 937 deletions
|
@ -241,7 +241,7 @@ class Disarm:
|
|||
tactic_techniques = self.df_techniques[self.df_techniques['tactic_id']==tactic_id]
|
||||
row_string = '| [{0} {1}]({2}techniques/{0}.md) |\n'
|
||||
for index, row in tactic_techniques.sort_values('disarm_id').iterrows():
|
||||
table_string += row_string.format(row['disarm_id'], row['name'], GENERATED_PAGES_DIR)
|
||||
table_string += row_string.format(row['disarm_id'], row['name'], '')
|
||||
return table_string
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue