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

Commit9f7f45f

Browse files
author
Gauvain Pocentek
committed
fix line too long
1 parentc17ecc0 commit9f7f45f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎gitlab/objects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,8 @@ def enable(self):
12571257

12581258
defdisable(self):
12591259
"""Disable a deploy key for a project."""
1260-
url='/projects/%s/deploy_keys/%s/disable'% (self.project_id,self.id)
1260+
url='/projects/%s/deploy_keys/%s/disable'% (self.project_id,
1261+
self.id)
12611262
r=self.gitlab._raw_delete(url)
12621263
raise_error_from_response(r,GitlabProjectDeployKeyError,200)
12631264

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp