Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apstools/utils.py
Original file line number Diff line number Diff line change
@@ -406,6 +406,8 @@ def listruns(
table.addRow(row)

if printing:
if db.name is not None:
print(f"catalog name: {db.name}")
print(table)
return table

0 comments on commit 926211b

Please sign in to comment.