Skip to content

Commit

Permalink
Adding missing return list output
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Nov 30, 2022
1 parent ab3a16f commit e09d7d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GooseSLURM/cli/Gstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ def print_all(self):
raise OSError("Error: Only one field can be selected")

table.print_list(self.lines, self.columns[0]["key"], self.args["sep"])
return

# print columns
table.print_columns(
Expand Down

0 comments on commit e09d7d1

Please sign in to comment.