Skip to content

Commit

Permalink
logging, not logger, in make_missing_lexc_entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaqui committed Feb 17, 2025
1 parent 9c473e7 commit 2e6088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def make_missing_lexc_entry(
j += 1

new_lower = hfst_prefix + old_lower[j:]
logger.debug(f"{hfst_stem=} {common_ending=} {lexc_entry.stem=} {new_lower=}")
logging.debug(f"{hfst_stem=} {common_ending=} {lexc_entry.stem=} {new_lower=}")
return LexcEntry(
stem=hfst_stem,
tags=lexc_entry.tags,
Expand Down

0 comments on commit 2e6088b

Please sign in to comment.