We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cdb03 commit 808b0f6Copy full SHA for 808b0f6
1 file changed
src/omnipkg/dispatcher.py
@@ -24,7 +24,7 @@ def _i18n():
24
def _safe_print(msg, **kwargs):
25
"""Lazy _safe_print — only imported on error paths."""
26
from omnipkg.common_utils import safe_print
27
- _safe_print(msg, **kwargs)
+ safe_print(msg, **kwargs)
28
29
def main():
30
"""
0 commit comments