Skip to content

Commit

Permalink
set default value of 'Go to Line' to None instead of empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
AlDanial committed Nov 7, 2017
1 parent 8c81537 commit 34da7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pudb/debugger.py
Expand Up @@ -1169,7 +1169,7 @@ def go_to_line(w, size, key):

lineno_edit = urwid.IntEdit([
("label", "Go to Line :")
], '')
], None)

if self.dialog(
urwid.ListBox(urwid.SimpleListWalker([
Expand Down

0 comments on commit 34da7d3

Please sign in to comment.