You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git cmd implementation of repository appears to work, at least this is what the test suggests. Pure python implementation still has some trouble, but this should be very fixable
raiseValueError("Cannot instantiate %r from path %s"% ( self.__class__.__name__, path))
31
+
raiseValueError("Cannot instantiate %r from path %s, maybe use %s.to_full_path(name) to safely generate a valid full path from a name"% ( self.__class__.__name__, path, type(self).__name__))
0 commit comments