Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Borders on output hide debug info #355

Open
bsa7 opened this issue Nov 23, 2022 · 0 comments
Open

Borders on output hide debug info #355

bsa7 opened this issue Nov 23, 2022 · 0 comments

Comments

@bsa7
Copy link

bsa7 commented Nov 23, 2022

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant