Skip to content

undefined 'path' variable in reference module #85

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

Closed
lukas-bednar opened this issue Jan 4, 2013 · 1 comment
Closed

undefined 'path' variable in reference module #85

lukas-bednar opened this issue Jan 4, 2013 · 1 comment
Milestone

Comments

@lukas-bednar
Copy link

/usr/lib/python2.6/site-packages/git/refs/reference.pyc in wrapper(self, *args)
19 def wrapper(self, *args):
20 if not self.path.startswith(self._remote_common_path_default + "/"):
---> 21 raise ValueError("ref path does not point to a remote reference: %s" % path)
22 return func(self, *args)
23 #END wrapper

In [6]: git.version
Out[6]: '0.3.2 RC1'

https://github.com/gitpython-developers/GitPython/blob/0.3/git/refs/reference.py#L21

@Byron Byron added this to the v0.3.2 milestone Nov 19, 2014
@Byron
Copy link
Member

Byron commented Nov 19, 2014

This one is fixed in the latest release on pypi.

@Byron Byron closed this as completed Nov 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants