AlreadyExistsError

AlreadyExistsError#

class braintools.file.AlreadyExistsError(path)[source]#

Raised when a rename would overwrite an existing file.

Pass overwrite=True to allow replacing the existing file.