Changed wrong comparison equal
This commit is contained in:
parent
5e356b0bf5
commit
e84e932df4
@ -544,7 +544,7 @@ class IMAPRepository(BaseRepository):
|
|||||||
|
|
||||||
:param foldername: Full path of the folder to be created."""
|
:param foldername: Full path of the folder to be created."""
|
||||||
|
|
||||||
if foldername is '':
|
if foldername == '':
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.getreference():
|
if self.getreference():
|
||||||
|
Loading…
Reference in New Issue
Block a user