Skip to content

Commit b00d39f

Browse files
Colin Brochtrupclaui
andauthored
Update fire/console/console_io.py
Co-authored-by: Claudia Pellegrino <[email protected]>
1 parent 12e3d9e commit b00d39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fire/console/console_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def More(contents, out, prompt=None, check_pager=True):
8787
if fire_pager:
8888
# FIRE_PAGER takes precedence to PAGER
8989
pager = fire_pager
90-
elif pager == '-':
90+
if pager == '-':
9191
# Use the fallback Pager.
9292
pager = None
9393
elif not pager:

0 commit comments

Comments
 (0)