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

Commit522cfd1

Browse files
author
Gauvain Pocentek
committed
CLI: fix {all,owned,search} project listing
1 parent9ae26fe commit522cfd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎gitlab/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,19 +337,22 @@ def main():
337337

338338
foroinl:
339339
o.display(verbose)
340+
print("")
340341

341342
elifaction==OWNED:
342343
ifcls!=gitlab.Project:
343344
_die("%s objects don't support this request"%what)
344345

345346
foroindo_project_owned(gl,what,args):
346347
o.display(verbose)
348+
print("")
347349

348350
elifaction==ALL:
349351
ifcls!=gitlab.Project:
350352
_die("%s objects don't support this request"%what)
351353

352354
foroindo_project_all(gl,what,args):
353355
o.display(verbose)
356+
print("")
354357

355358
sys.exit(0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp