We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2455ccc commit 241ea6dCopy full SHA for 241ea6d
ogr/services/gitlab/project.py
@@ -82,6 +82,7 @@ def default_branch(self) -> Optional[str]:
82
return self.gitlab_repo.attributes.get("default_branch")
83
84
def __str__(self) -> str:
85
+ # [FIXME] should include instance URL too…
86
return f'GitlabProject(namespace="{self.namespace}", repo="{self.repo}")'
87
88
def __eq__(self, o: object) -> bool:
0 commit comments