Dapbler / cbr2cbz

Python script that converts compressed CBR and CBZ comic archives to stored CBZ. Many options.
GNU General Public License v3.0
26 stars 5 forks source link

Remove or reduce os.walk for single file mode #10

Closed Dapbler closed 6 years ago

Dapbler commented 6 years ago

Single file mode was a kludge built over the directory walk mode. Either remove/reduce directory walk or squelch all messages for non-matches.

Dapbler commented 6 years ago

Fixed. Directory walk still there but file match is quietly checked early (-vvvv debug messages) and directory walk breaks after the first (ie. doesn't descend into sub directories)