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 was archived by the owner on Oct 19, 2024. It is now read-only.
On line 26 in ahcore/cli/data.py there is an error where manifest_fn = args.manifest_fn. However, this doesn't exist in the argparser. This should be args.manifest_uri. Also it is unclear in the argparser help that this uri should start with sqlite:///database_path
The text was updated successfully, but these errors were encountered:
On line 26 in ahcore/cli/data.py there is an error where
manifest_fn = args.manifest_fn
. However, this doesn't exist in the argparser. This should beargs.manifest_uri
. Also it is unclear in the argparser help that this uri should start withsqlite:///database_path
The text was updated successfully, but these errors were encountered: