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 hub -v fork pyhedgehog/pygogsFatal error: name 'ResourceError' is not defined------------------------------------Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/git_repo/repo.py", line 544, in main return GitRepoRunner(args).run() File "/usr/lib/python3.4/site-packages/git_repo/kwargparse.py", line 68, in run return self._action_dict[frozenset(args)](self) File "/usr/lib/python3.4/site-packages/git_repo/repo.py", line 329, in do_fork service.run_fork(self.user_name, self.repo_name, branch=self.branch) File "/usr/lib/python3.4/site-packages/git_repo/services/service.py", line 300, in run_fork raise ResourceError("Cannot fork a project from yourself.")NameError: name 'ResourceError' is not defined
The text was updated successfully, but these errors were encountered:
🚧 Features
* Support for insecure connection through config option (fixes#66)
* Made gitlab feature complete:
* Added support for list command in gitlab (cf #78)
* Added support for gitlab gists (fixes#12)
* Added support for gitlab merge requests (fixes#10)
🚒 Bugfixes
* Bad exceptions handling mistakes (fixes#84, fixes#85)
* Missing edge case handling in list command (fixes#83)
💄 Cosmetics
* Updated README with new config option
* Added @rnestler to contributors
* Updated TODO list
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
The text was updated successfully, but these errors were encountered: