Skip to content

Commit

Permalink
uses verbose tracing for main()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Nov 2, 2023
1 parent 21184df commit f2f7035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mezcla/convert_emoticons.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def convert_emoticons(text, replace=None, strip=None):

def main():
"""Entry point"""
debug.trace(TL.USUAL, f"main(): script={system.real_path(__file__)}")
debug.trace(TL.VERBOSE, f"main(): script={system.real_path(__file__)}")

# Parse command line options, show usage if --help given
# TODO: manual_input=True; short_options=True
Expand Down

0 comments on commit f2f7035

Please sign in to comment.