We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0130b commit b334b94Copy full SHA for b334b94
roundup/scripts/roundup_demo.py
@@ -46,7 +46,6 @@ def usage(home, cli, msg=''):
46
47
48
def ask_for_template(default_template, templates):
49
- import pdb; pdb.set_trace()
50
template = my_input(
51
_('Enter tracker template to use (one of (%(template_list)s)) [%(default_template)s]: ') %
52
{'template_list': ','.join(templates),
0 commit comments