Skip to content
Snippets Groups Projects

Add HTML and ZIP file to make the result section better

Merged Mostafa Hadizadeh requested to merge add-html-zip into plugin_template
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -194,6 +194,10 @@ class PET(plugin.PluginAbstract):
return file_dict
def prepare_html_output(self, path_output):
"""
Prepare the HTML output for the plugin in
the result section.
"""
result = subprocess.run(
["ls", "-la", path_output], capture_output=True, text=True
)
Loading