Skip to content

Commit 6e1614a

Browse files
committed
added log_bump arg to the cpio file writer
Signed-off-by: Zen <[email protected]>
1 parent 2d8cbdf commit 6e1614a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ugrd/base/cpio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'desultory'
2-
__version__ = '2.4.1'
2+
__version__ = '2.4.2'
33

44

55
from pycpio import PyCPIO
@@ -26,7 +26,7 @@ def make_cpio(self) -> None:
2626
if out_cpio.exists():
2727
self._rotate_old(out_cpio)
2828

29-
cpio.write_cpio_file(out_cpio)
29+
cpio.write_cpio_file(out_cpio, _log_bump=-10)
3030

3131

3232
def _process_out_file(self, out_file):

0 commit comments

Comments
 (0)