Changed wrong comparison equal

Backported from:
e84e932df4

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-28 12:49:03 +02:00 committed by Nicolas Sebrecht
parent c7cb68ad7f
commit 3d925b006a
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ class IMAPRepository(BaseRepository):
:param foldername: Full path of the folder to be created."""
if foldername is '':
if foldername == '':
return
if self.getreference():