Skip to content

Commit

Permalink
[reload] improve finished loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Oct 18, 2023
1 parent e935e00 commit 9674c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def reload(self):
self.beforeLoad()
try:
self.loader()
vd.status("finished loading")
vd.status(f'finished loading {self}')
finally:
self.afterLoad()

Expand Down

0 comments on commit 9674c4e

Please sign in to comment.