Skip to content

Commit

Permalink
Add success logging after conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed Jul 23, 2024
1 parent 2db8f44 commit f32acab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/converter/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def main() -> None:
if "func" in args:
setup_logging(args.log_filename)
args.func(args)
logging.info(f"Conversion successful. Output file is available at {args.output}.")
else:
parser.print_help()

Expand Down

0 comments on commit f32acab

Please sign in to comment.