Skip to content

undefined 'path' variable in reference module #85

Closed
@lukas-bednar

Description

@lukas-bednar

/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions