Skip to content

Commit

Permalink
[replay] empty sheet name means top sheet #441
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Feb 10, 2020
1 parent 0ae128e commit 1f7268f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/cmdlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def replayOne(self, r):
if vs:
vd.push(vs)
else:
vs = self # any old sheet should do, row/column don't matter
vs = vd.sheets[0] # use top sheet by default

if r.comment:
status(r.comment)
Expand Down

0 comments on commit 1f7268f

Please sign in to comment.