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),
|
||||
# but will make the (relative) paths underneath it. Need to use
|
||||
# makedirs to support a / separator.
|
||||
self.debug("Is dir? " + repr(os.path.isdir(foldername)))
|
||||
if self.getsep() == '/':
|
||||
for invalid in ['new', 'cur', 'tmp', 'offlineimap.uidvalidity']:
|
||||
for component in foldername.split('/'):
|
||||
|
Loading…
Reference in New Issue
Block a user