Add an option for ignoring errors in backing up #4
Labels
enhancement
New feature or request therefor
under consideration
Dev has not yet decided whether or how to implement
Give
InPlace
a method (namedignore_backup_error()
?) for setting a flag, the default value of which isfalse
. If this flag is set totrue
, then whenInPlaceFile::save()
is called, if moving the edited file to the backup path fails, the method will ignore the error and continue with persisting the temporary file.The text was updated successfully, but these errors were encountered: