Base.py remove redundant parenthesis

Just remove these parenthesis
This commit is contained in:
Rodolfo García Peñas (kix) 2020-10-31 16:55:58 +01:00
parent 8504cdc6b8
commit 9239c804e9

View File

@ -1139,7 +1139,7 @@ class BaseFolder:
break
try:
action(dstfolder, statusfolder)
except (KeyboardInterrupt):
except KeyboardInterrupt:
raise
except OfflineImapError as e:
if e.severity > OfflineImapError.ERROR.FOLDER: