[feature] new 'restore' custom action

This commit is contained in:
Vinícius Moreira
2020-05-09 14:52:01 -03:00
parent 4bc4481e00
commit 7f4f2c805c
17 changed files with 106 additions and 27 deletions

View File

@@ -312,7 +312,7 @@ class SoftwareManager(ABC):
"""
pass
def clear_data(self):
def clear_data(self, logs: bool = True):
"""
Removes all data created by the SoftwareManager instance
"""