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
Hello.
Tried to open rc.json right after installing and it wasn't successful:
> xo --rc
Traceback (most recent call last):
File "/home/delameter/.local/bin/xo", line 1122, in <module>
main()
File "/home/delameter/.local/bin/xo", line 1109, in main
with open(RC_PATH) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/delameter/.config/xo/rc.json'
Installed with pip install exofrills (i.e. user installation)
> mkdir /home/delameter/.config/xo
> touch /home/delameter/.config/xo/rc.json
> xo --rc-edit
Warning: rc file not valid JSON.
(empty file)
Maybe something like writing default config if current is empty should be implemeneted?
The text was updated successfully, but these errors were encountered:
Hello.
Tried to open rc.json right after installing and it wasn't successful:
Installed with
pip install exofrills
(i.e. user installation)Maybe something like writing default config if current is empty should be implemeneted?
The text was updated successfully, but these errors were encountered: