Skip to content

Commit

Permalink
Merge branch 'master' of github.com:thorwhalen/graze
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Jul 28, 2024
2 parents 9352b09 + 0248f65 commit fcb0dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions graze/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fcb0dcf

Please sign in to comment.