Skip to content

Commit

Permalink
fixup! repozo: log files that will be used by the incremental recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebatyne committed Nov 15, 2024
1 parent 3f57c37 commit a3aea49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZODB/scripts/repozo.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,8 @@ def do_incremental_recover(options, repofiles):
assert first_file_to_restore > 0, (
first_file_to_restore, options.repository, fn, filename, repofiles)
log('remaining files needed to recover incrementally onto target file:')
for f in repofiles[first_file_to_restore:]:
log('\t%s', f)
for f in repofiles[first_file_to_restore:]:
log('\t%s', f)

temporary_output_file = options.output + '.part'
os.rename(options.output, temporary_output_file)
Expand Down

0 comments on commit a3aea49

Please sign in to comment.