- Notifications
You must be signed in to change notification settings - Fork673
Commit529f1fa
fix: user.warn() to show correct filename of issue
Previously would only go to the 2nd level of the stack for determiningthe offending filename and line number. When it should be showing thefirst filename outside of the python-gitlab source code. As we want itto show the warning for the user of the libraries code.Update test to show it works as expected.1 parente11d889 commit529f1fa
File tree
3 files changed
+3
-2
lines changed- gitlab
- tests
- functional/api
- unit
3 files changed
+3
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
195 |
| - | |
| 194 | + | |
196 | 195 |
| |
197 | 196 |
| |
198 | 197 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
| 255 | + | |
255 | 256 |
| |
256 | 257 |
| |
257 | 258 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
| 603 | + | |
603 | 604 |
| |
604 | 605 |
| |
605 | 606 |
| |
|
0 commit comments
Comments
(0)