You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Hellow, i'm novice in python and ward. I'm stuck on that problem: on Github tests fails and i cant see variable full value because right borders strip output:
│ ╰──────────────────────────────────────────────────────────────────────╯ │
│ │
│ /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/i18n │
│ /resource_loader.py:23 in load_resource │
│ │
│ 20 def load_resource(filename, root_data): │
│ 21 │ extension = os.path.splitext(filename)[1][1:] │
│ 22 │ if extension not in loaders: │
│ ❱ 23 │ │ raise I18nFileLoadError("no loader available for extension │
│ 24 │ return getattr(loaders[extension], "load_resource")(filename, │
│ 25 │
│ 26 │
│ │
│ ╭─────────────────────────────── locals ───────────────────────────────╮ │
│ │ extension = 'yml' │ │
│ │ filename = '/home/runner/work/pretrained-app/pretrained-app/api/co… │ │ <<<<< Here right borders eats info
│ │ root_data = 'en' │ │
│ ╰──────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────╯
I18nFileLoadError: no loader available for extension yml
Would you explain, how to disable borders or increase width of output?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hellow, i'm novice in python and ward. I'm stuck on that problem: on Github tests fails and i cant see variable full value because right borders strip output:
Would you explain, how to disable borders or increase width of output?
The text was updated successfully, but these errors were encountered: