uchicago-library / attachment-converter

Attachment Converter: tool for batch converting attachments in an email mailbox
GNU General Public License v2.0
8 stars 3 forks source link

72 progress bar should print to dev tty #74

Closed bufordrat closed 1 year ago

bufordrat commented 1 year ago

Fixes #72.

This involved adding a file handle parameter to Progress_bar.Printer.print, then propagating that file handle parameter up through all the functions that invoke it.

nmmull commented 1 year ago

I did not extensively test this, but I think it would be reasonable to merge in.