Skip to content
Snippets Groups Projects
Commit a2e1c60b authored by Mostafa Hadizadeh's avatar Mostafa Hadizadeh
Browse files

added docstring

parent 38d07a36
No related branches found
No related tags found
2 merge requests!4Add HTML and ZIP file to make the result section better,!2Plugin template
Pipeline #92742 passed
......@@ -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
)
......
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