Mercurial > p > roundup > code
changeset 7873:867418c24339
chore: remove pdb invocation.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 10 Apr 2024 12:57:37 -0400 |
| parents | 163d2c60fdf3 |
| children | a363bb8c0ed4 |
| files | test/benchmark.py |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/benchmark.py Wed Apr 10 12:54:18 2024 -0400 +++ b/test/benchmark.py Wed Apr 10 12:57:37 2024 -0400 @@ -4,7 +4,6 @@ # --- patch sys.path to make sure 'import roundup' finds correct version import os.path as osp -import pdb; pdb.set_trace() thisdir = osp.dirname(osp.abspath(__file__)) rootdir = osp.dirname(thisdir) if (osp.exists(thisdir + '/benchmark.py') and
