We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608ea61 commit cf40ed0Copy full SHA for cf40ed0
1 file changed
readit/view.py
@@ -43,7 +43,7 @@ def print_all_tags(self, tag_list):
43
if tag_list:
44
for tag_in_list in tag_list:
45
table_tag.append_row(tag_in_list)
46
- print(table_tag)
+ print(table_tag)
47
else:
48
print("Tags list is empty.")
49
0 commit comments