Remove php72 and php73

This commit is contained in:
VirtuBox
2024-05-29 02:00:50 +02:00
parent e2f8951940
commit def2ddd393
9 changed files with 39 additions and 170 deletions

View File

@@ -18,5 +18,5 @@ class WOExtract():
return True
except tarfile.TarError as e:
Log.debug(self, "{0}".format(e))
Log.error(self, 'Unable to extract file \{0}'.format(file))
Log.error(self, 'Unable to extract file {0}'.format(file))
return False