Fix error in borgmatic rcreate/init on empty repository directory with Borg 1.4 (#896).
This commit is contained in:
parent
4313f90dd8
commit
31778fd3bf
1
NEWS
1
NEWS
@ -1,4 +1,5 @@
|
||||
1.8.14.dev0
|
||||
* #896: Fix error in borgmatic rcreate/init on empty repository directory with Borg 1.4.
|
||||
* Add a recent contributors section to the documentation, because credit where credit's due! See:
|
||||
https://torsion.org/borgmatic/#recent-contributors
|
||||
|
||||
|
@ -9,7 +9,7 @@ from borgmatic.execute import DO_NOT_CAPTURE, execute_command
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
RINFO_REPOSITORY_NOT_FOUND_EXIT_CODES = {2, 13}
|
||||
RINFO_REPOSITORY_NOT_FOUND_EXIT_CODES = {2, 13, 15}
|
||||
|
||||
|
||||
def create_repository(
|
||||
|
Loading…
x
Reference in New Issue
Block a user