Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Oct 12, 2024
1 parent 1b6cc47 commit d045a32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ def status(self, repos: Dict[str, List[str]]) -> None:

# `mud labels` command implementation
def labels(self, repos: Dict[str, List[str]]) -> None:
table = utils.get_table()
table.field_names = ['Path', 'Labels']
table = utils.get_table(['Path', 'Labels'])

for path, labels in repos.items():
formatted_path = self._get_formatted_path(path)
Expand Down

0 comments on commit d045a32

Please sign in to comment.