Merge branch 'master' into Develop

This commit is contained in:
Ozzieisaacs
2020-11-30 18:37:14 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ feature_support = {
try:
import rarfile
feature_support['rar'] = True
except ImportError:
except (ImportError, SyntaxError):
feature_support['rar'] = False
try: