parsl.channels.errors.FileExists

exception parsl.channels.errors.FileExists(e: Exception, hostname: str, filename: str | None = None)[source]

Push or pull of file over channel fails since a file of the name already exists on the destination.

Contains: reason(string) e (paramiko exception object) hostname (string)