Skip to content

Commit 0239fa3

Browse files
committed
extract_utils: try to move SaR even if all partitions are there
Change-Id: I11e511f53f2b81d4b5dff8eb09f8ebbf48cce052
1 parent c069833 commit 0239fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: extract_utils/extract.py

+1
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ def move_factory_files(dump_dir: str, ctx: ExtractCtx):
572572
def extract_dump(dump_dir: str, ctx: ExtractCtx):
573573
should_extract = filter_already_extracted(dump_dir, ctx)
574574
if not should_extract:
575+
move_sar_system_paths(dump_dir)
575576
return
576577

577578
run_extract_fns(dump_dir, ctx)

0 commit comments

Comments
 (0)