Commit 898bbd0
committed
newlist: fix missing % interpolation and Python 2 print trailing comma
'Hit enter to notify %(listname)s owner...' was never interpolated.
Replace print()+readline() with input() which handles both the prompt
and waiting for Enter in one call.1 parent 1c78055 commit 898bbd0
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | | - | |
| 244 | + | |
246 | 245 | | |
247 | 246 | | |
248 | 247 | | |
| |||
0 commit comments