Skip to content

Commit

Permalink
code.tool>modify.new: add output file log info into convertsubcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfan committed May 23, 2023
1 parent 73df5f8 commit 4438d16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tagmark/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ def convert(
condition=condition,
is_ban_condition=is_ban_condition,
)
__logger.info(
msg="new tagmark data file has been generated",
tagmark_data=output_file_path.absolute(),
)


@cli.command(help="check every tag has a definition")
Expand Down

0 comments on commit 4438d16

Please sign in to comment.