Fix missed commit for source cleaner

This commit is contained in:
Labrys of Knossos 2019-01-05 22:59:20 -05:00
commit f83b37d80b

View file

@ -81,7 +81,7 @@ class CheckVersion(object):
def update(self):
if self.updater.need_update():
result = self.updater.update()
cleanup.clean('core', 'libs')
cleanup.clean(cleanup.FOLDER_STRUCTURE)
return result