Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tqdm/std.py
Original file line number Diff line number Diff line change
@@ -1454,7 +1454,7 @@ def display(self, msg=None, pos=None):
if pos >= nrows - 1:
if pos >= nrows:
return
if msg: # override at `nrows - 1`
if msg or msg is None: # override at `nrows - 1`
msg = " ... (more hidden) ..."

if pos:

0 comments on commit 0663419

Please sign in to comment.