Mercurial > p > roundup > code
comparison roundup/admin.py @ 7397:6795bd384115
Remove pdb invocation.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 24 May 2023 12:37:06 -0400 |
| parents | 312d52305583 |
| children | 36916abe36e9 |
comparison
equal
deleted
inserted
replaced
| 7396:bb7752f6e1cd | 7397:6795bd384115 |
|---|---|
| 801 def do_genconfig(self, args, update=False): | 801 def do_genconfig(self, args, update=False): |
| 802 ''"""Usage: genconfig <filename> | 802 ''"""Usage: genconfig <filename> |
| 803 Generate a new tracker config file (ini style) with default | 803 Generate a new tracker config file (ini style) with default |
| 804 values in <filename>. | 804 values in <filename>. |
| 805 """ | 805 """ |
| 806 import pdb; pdb.set_trace() | |
| 807 if len(args) < 1: | 806 if len(args) < 1: |
| 808 raise UsageError(_('Not enough arguments supplied')) | 807 raise UsageError(_('Not enough arguments supplied')) |
| 809 | 808 |
| 810 if update: | 809 if update: |
| 811 # load current config for writing | 810 # load current config for writing |
