Skip to content

Commit

Permalink
fix: file_title not found, replaced with title
Browse files Browse the repository at this point in the history
  • Loading branch information
acetugboat committed Apr 26, 2023
1 parent b249eb4 commit 3ec4d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m4b_merge/m4b_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def run_merge(self):
else:
logging.error(
f"Couldn't determine input type/extension for"
f" {self.file_title}")
f" {self.title}")

def merge_multiple_files(self):
logging.info("Processing multiple files in a dir...")
Expand Down

0 comments on commit 3ec4d66

Please sign in to comment.