[wgem] fix icon path definition and caching | param --reset cleaning the web environment as well

This commit is contained in:
Vinícius Moreira
2019-12-16 12:26:12 -03:00
parent f6434f9e30
commit e407d97d45
9 changed files with 67 additions and 25 deletions

View File

@@ -265,3 +265,9 @@ class SoftwareManager(ABC):
:return: screenshot urls for the given package
"""
pass
def clear_data(self):
"""
Removes all data created by the SoftwareManager instance
"""
pass