more verbsoe
This commit is contained in:
parent
2d60afcf7b
commit
d9f9bc9f0e
1 changed files with 3 additions and 3 deletions
|
|
@ -370,9 +370,9 @@ class EnhancedDownloadArchive:
|
||||||
if migrated_mapping_file_path is not None:
|
if migrated_mapping_file_path is not None:
|
||||||
if os.path.isfile(migrated_mapping_file_path):
|
if os.path.isfile(migrated_mapping_file_path):
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Loading migrated archive file, can now replace "
|
"MIGRATION SUCCESSFUL, loading migrated archive file. Can now set "
|
||||||
"`output_options.download_archive` with the contents of "
|
"`output_options.migrated_download_archive` to "
|
||||||
"`output_options.migrated_download_archive`"
|
"`output_options.download_archive`"
|
||||||
)
|
)
|
||||||
return DownloadMappings.from_file(migrated_mapping_file_path)
|
return DownloadMappings.from_file(migrated_mapping_file_path)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue