584
584
if (e.args == ('No such file or directory',) or
585
585
e.args == ('No such file',)):
586
586
raise NoSuchFile(path, str(e) + more_info)
588
589
raise FileExists(path, str(e) + more_info)
589
590
# strange but true, for the paramiko server.
590
591
if (e.args == ('Failure',)):