tkhyn/dirsync

Flag to ignore errors and continue with the next file / transfer

tkhyn opened this issue · 1 comments

tkhyn commented

Original report by Anonymous.


os.py", line 241, in makedirs
mkdir(name, mode)
"FileNotFoundError: [WinError 206] The filename or extension is too long:"

I think it would be nice to have an option to log this errors and continue running...

tkhyn commented

I think it would be nice to have an option to log this errors and continue running...

Indeed that would be a good thing to turn these OSError exceptions into warnings and carry on. Sorry I don't have much time to allocate to dirsync at the moment but if you feel like it I usually gladly accept pull requests!