Slightly more debug info
This commit is contained in:
parent
bd1d1010e7
commit
0754bdef6a
@ -71,6 +71,7 @@ class MaildirRepository(BaseRepository):
|
|||||||
# self.root directory (we'd prefer to raise an error in that case),
|
# self.root directory (we'd prefer to raise an error in that case),
|
||||||
# but will make the (relative) paths underneath it. Need to use
|
# but will make the (relative) paths underneath it. Need to use
|
||||||
# makedirs to support a / separator.
|
# makedirs to support a / separator.
|
||||||
|
self.debug("Is dir? " + repr(os.path.isdir(foldername)))
|
||||||
if self.getsep() == '/':
|
if self.getsep() == '/':
|
||||||
for invalid in ['new', 'cur', 'tmp', 'offlineimap.uidvalidity']:
|
for invalid in ['new', 'cur', 'tmp', 'offlineimap.uidvalidity']:
|
||||||
for component in foldername.split('/'):
|
for component in foldername.split('/'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user