mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[1443] docstring update for backup file
This commit is contained in:
@@ -153,7 +153,8 @@ class ConfigManagerData:
|
|||||||
if it exists. If it does not exist, nothing happens.
|
if it exists. If it does not exist, nothing happens.
|
||||||
If old_file_name is None (default), the file used in
|
If old_file_name is None (default), the file used in
|
||||||
read_from_file is used. If new_file_name is None (default), the
|
read_from_file is used. If new_file_name is None (default), the
|
||||||
file old_file_name appended with .bak is used.
|
file old_file_name appended with .bak is used. If that file exists
|
||||||
|
already, .1 is appended. If that file exists, .2 is appended, etc.
|
||||||
"""
|
"""
|
||||||
if old_file_name is None:
|
if old_file_name is None:
|
||||||
old_file_name = self.db_filename
|
old_file_name = self.db_filename
|
||||||
|
Reference in New Issue
Block a user