Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit316754d

Browse files
author
Gauvain Pocentek
committed
Drop leftover pdb call
1 parentf3f300c commit316754d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎gitlab/mixins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def delete(self, id, **kwargs):
235235
GitlabAuthenticationError: If authentication is not correct
236236
GitlabDeleteError: If the server cannot perform the request
237237
"""
238-
importpdb;pdb.set_trace()
239238
ifnotisinstance(id,int):
240239
id=id.replace('/','%2F')
241240
path='%s/%s'% (self.path,id)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp