Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Poor error on missing '::' #3832

Open
lak opened this issue Feb 2, 2019 · 0 comments
Open

Poor error on missing '::' #3832

lak opened this issue Feb 2, 2019 · 0 comments

Comments

@lak
Copy link

lak commented Feb 2, 2019

I think the '::' is confusing regardless, but this error is wrong when it's missing:

luke@lak-5kimac15-work $ noms blob put testfile.mp3 mp3
Could not create dataset: Missing :: after database in mp3

The way to fix it is put the error before the database name:

luke@lak-5kimac15-work $ noms blob put testfile.mp3 ::mp3
Could not create dataset: Empty spec

(Yes, I know that's failing; but it's a different error now.)

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