Skip to content

Commit 6381383

Browse files
committed
fix print in pids
1 parent 634e622 commit 6381383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitbugs-java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class GitBugsJavaCli(object):
9898
List all available project ids in GitBugs-Java
9999
"""
100100
for project in self.projects:
101-
print(project.pid)
101+
print(project)
102102

103103
def bids(self, pid: str = None):
104104
"""

0 commit comments

Comments
 (0)