diff --git a/pet-wrapper-api.py b/pet-wrapper-api.py index c43fe458cd95958f11221e0c88354d9c3e3acb1e..86c64f5024574918a1578f93525902dcde010125 100644 --- a/pet-wrapper-api.py +++ b/pet-wrapper-api.py @@ -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 )