Skip to content
Snippets Groups Projects
Commit 64c415d2 authored by Brendan Cully's avatar Brendan Cully
Browse files

patchbomb: fix PAGER buglet introduced in 88fc92b0b821

parent 88fc92b0
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@
ui.status('Displaying ', m['Subject'], ' ...\n')
ui.flush()
if 'PAGER' in os.environ:
fp = os.popen(os['PAGER'], 'w')
fp = os.popen(os.environ['PAGER'], 'w')
else:
fp = ui
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment