Skip to content

Commit

Permalink
fix {M} in src/diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Scstechr committed Sep 30, 2019
1 parent 5ff7948 commit 96685ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def page(verbose, selected, pages):
lpp, width = setlength()
hr()
pagelen = len(pages[pagenum])
print(f'\033[2K{G}SELECTED:', selected, end='{M} ')
print(f'\033[2K{G}SELECTED:', selected, end=f'{M} ')
print(f'| {R}[VERBOSE]{M}') if verbose else print()
hr()
for idx, opt in enumerate(pages[pagenum]):
Expand Down

0 comments on commit 96685ad

Please sign in to comment.