Commit c3c3a91
committed
chore(objects): use
Updated a few remaining usages of `self.id` to use `self.encoded_id`
where it could be a string value.self.encoded_id where could be a string1 parent 27e0742 commit c3c3a91Copy full SHA for c3c3a91
File tree
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedOpen diff view settings
Filter options
- gitlab/v4/objects
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedOpen diff view settings
Collapse file
gitlab/v4/objects/groups.py
Copy file name to clipboardExpand all lines: gitlab/v4/objects/groups.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
92 | 92 | |
93 | 93 | |
94 | 94 | |
95 | | - |
| 95 | + |
96 | 96 | |
97 | 97 | |
98 | 98 | |
|
Collapse file
gitlab/v4/objects/projects.py
Copy file name to clipboardExpand all lines: gitlab/v4/objects/projects.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
441 | 441 | |
442 | 442 | |
443 | 443 | |
444 | | - |
| 444 | + |
445 | 445 | |
446 | 446 | |
447 | 447 | |
| ||
538 | 538 | |
539 | 539 | |
540 | 540 | |
541 | | - |
| 541 | + |
542 | 542 | |
543 | 543 | |
544 | 544 | |
|
0 commit comments