bigbang icon indicating copy to clipboard operation
bigbang copied to clipboard

global Repo not defined

Open emilienschultz opened this issue 8 years ago • 1 comments

In git_repo.py, when I use get_repo(url,"remote"), cache = "none" so the function call self.repo = Repo(url) with undefined Repo. I can't figure what class is used here.

emilienschultz avatar Jul 24 '15 00:07 emilienschultz

This is from the git module (gitpython.) This is imported on from git import * This is bad style so I apologize, I put up an issue to resolve it (#235)

falahat avatar Aug 18 '15 07:08 falahat