parent
87668c6ad0
commit
441a6ad66f
1 changed files with 1 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ class RecoveryState():
|
|||
raise GenericError('Unsupported mode')
|
||||
self.get_smart_source()
|
||||
self.set_working_dir()
|
||||
os.makedirs(global_vars['LogDir'], exist_ok=True)
|
||||
|
||||
def add_block_pair(self, source, dest):
|
||||
"""Run safety checks and append new BlockPair to internal list."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue