Skip to content

Commit

Permalink
Fix bug in clowder status
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Oct 25, 2017
1 parent 9707ea2 commit cd832ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clowder/clowder/clowder_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def status(self, group_names, padding):
for group in groups:
print(fmt.group_name(group.name))
for project in group.projects:
project.status(padding=padding)
print(project.status(padding=padding))

def sync(self, project_names, rebase=False, parallel=False):
"""Sync projects"""
Expand Down

0 comments on commit cd832ff

Please sign in to comment.