diff --git a/graze/base.py b/graze/base.py index 730aff4..b3a2919 100644 --- a/graze/base.py +++ b/graze/base.py @@ -104,8 +104,7 @@ def __init__(self, rootdir=DFLT_GRAZE_DIR): @add_ipython_key_completions @wrap_kvs( - key_of_id=localpath_to_url, - id_of_key=url_to_localpath, + key_of_id=localpath_to_url, id_of_key=url_to_localpath, ) class LocalGrazed(LocalFiles): """LocalFiles using url as keys""" diff --git a/setup.cfg b/setup.cfg index d235c5a..9966d97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = graze -version = 0.1.21 +version = 0.1.22 url = https://github.com/thorwhalen/graze platforms = any description_file = README.md