Skip to content

Commit 241ea6d

Browse files
committed
docs(gitlab): add note
Signed-off-by: Matej Focko <[email protected]>
1 parent 2455ccc commit 241ea6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ogr/services/gitlab/project.py

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def default_branch(self) -> Optional[str]:
8282
return self.gitlab_repo.attributes.get("default_branch")
8383

8484
def __str__(self) -> str:
85+
# [FIXME] should include instance URL too…
8586
return f'GitlabProject(namespace="{self.namespace}", repo="{self.repo}")'
8687

8788
def __eq__(self, o: object) -> bool:

0 commit comments

Comments
 (0)