Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
9d10d89b18
2 changed files with 2 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ def zero_fill_gaps(
|
|||
full_disk_clone = bool(
|
||||
state.mode == 'Clone'
|
||||
and len(state.block_pairs) == 1
|
||||
and not state.source.parent
|
||||
and state.source.path == state.block_pairs[0].source
|
||||
)
|
||||
larger_destination = state.source.size < dest_size
|
||||
percent_recovered = state.get_percent_recovered()
|
||||
|
|
|
|||
|
|
@ -324,6 +324,7 @@ def init_run(options) -> None:
|
|||
|
||||
def init_session(options) -> None:
|
||||
"""Initialize Auto Repairs session."""
|
||||
_ = options # Suppress linting error and reserve for furture use
|
||||
reg_set_value('HKCU', AUTO_REPAIR_KEY, 'SessionStarted', 1, 'DWORD')
|
||||
reg_set_value('HKCU', AUTO_REPAIR_KEY, 'LogName', get_root_logger_path().stem, 'SZ')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue