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

Commit565c35e

Browse files
author
Gauvain Pocentek
committed
Fix the Project.archive call
1 parent2457823 commit565c35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ def archive(self, sha=None, **kwargs):
17961796
warnings.warn("`archive` is deprecated, "
17971797
"use `repository_archive` instead",
17981798
DeprecationWarning)
1799-
returnself.repository_archive(path,ref_name,**kwargs)
1799+
returnself.repository_archive(sha,**kwargs)
18001800

18011801
defrepository_archive(self,sha=None,**kwargs):
18021802
"""Return a tarball of the repository.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp