Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_url() for PTOFS #9

Open
mnzaki opened this issue Nov 4, 2013 · 1 comment
Open

get_url() for PTOFS #9

mnzaki opened this issue Nov 4, 2013 · 1 comment

Comments

@mnzaki
Copy link

mnzaki commented Nov 4, 2013

>>> p.get_url("test", "somefile")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File ".../venv/lib/python2.7/site-packages/ofs/local/pairtreestore.py", line 119, in get_url
    return self._store.get_url(bucket, label)
AttributeError: 'PairtreeStorageClient' object has no attribute 'get_url'

I can't seem to use PTOFS.get_url()

@Sp3ctr3
Copy link
Contributor

Sp3ctr3 commented Feb 28, 2014

I have the same problem running ofs in Windows. Seems to be fine in Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants