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
if ~/.catho doesn't exist because catho init hasn't been executed, errors are displayed but the parsing of the directory continues.
$ ~/catho/catho/catho.py add Home ~
Creating catalog: Home
An error occurred: unable to open database file
An error occurred: unable to open database file
An error occurred: unable to open database file
$ ls ~/.catho
ls: cannot access ~/.catho: No such file or directory
both solutions are good, but what i would like is to avoid repeating is the touch code everywhere, or the validation error in case of not init executed (can we solve this in a general way?, maybe with a decorator?), for me touching the folder is better, and maybe that will make the init option to be useless. (less options = better)
if
~/.catho
doesn't exist becausecatho init
hasn't been executed, errors are displayed but the parsing of the directory continues.Two options/suggestions @iemejia
catho init
.The text was updated successfully, but these errors were encountered: