Skip to content

Commit 808b0f6

Browse files
committed
Update 1 code files
Modified: • src/omnipkg/dispatcher.py (+1/-1 lines) [gitship-generated]
1 parent e3cdb03 commit 808b0f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/omnipkg/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _i18n():
2424
def _safe_print(msg, **kwargs):
2525
"""Lazy _safe_print — only imported on error paths."""
2626
from omnipkg.common_utils import safe_print
27-
_safe_print(msg, **kwargs)
27+
safe_print(msg, **kwargs)
2828

2929
def main():
3030
"""

0 commit comments

Comments
 (0)