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
I've searched for similar filed issues in this repository.
Steps to reproduce the behavior
wlc downloads -o locales
Expected behavior
Suppose to not crash and print downloaded translations for component ...
Screenshots
No response
Exception traceback
$ wlc download -o locale
Traceback (most recent call last):
File "/Users/jeromelefeuvre/.pyenv/versions/norman3.8/bin/wlc", line 8, in <module>
sys.exit(main())
File "/Users/jeromelefeuvre/.pyenv/versions/3.8.17/envs/norman3.8/lib/python3.8/site-packages/wlc/main.py", line 816, in main
command.run()
File "/Users/jeromelefeuvre/.pyenv/versions/3.8.17/envs/norman3.8/lib/python3.8/site-packages/wlc/main.py", line 695, in runf"downloaded translations for component: {self.args.object[0]}"IndexError: list index out of range
### Additional context
_No response_
The text was updated successfully, but these errors were encountered:
Describe the issue
After using download command, it "failed"...
I tried to debug and I have that:
Object seems to retrieve component but not do it via
self.args.object
but fine withcomponent.slug
...I already tried
Steps to reproduce the behavior
Expected behavior
Suppose to not crash and print
downloaded translations for component ...
Screenshots
No response
Exception traceback
The text was updated successfully, but these errors were encountered: