WrightTools.exceptions.FileExistsError

exception WrightTools.exceptions.FileExistsError[source]

Raised when trying to create a file or directory which already exists.

Corresponds to errno EEXIST.