changeset 7418:d2ca7b1bfc6b

Remove pdb. Left a pdb call in build_doc. [skip travis]
author John Rouillard <rouilj@ieee.org>
date Thu, 25 May 2023 18:39:19 -0400
parents 6b332e3d7c43
children dce8f7799ecb
files roundup/dist/command/build_doc.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/dist/command/build_doc.py	Thu May 25 18:38:23 2023 -0400
+++ b/roundup/dist/command/build_doc.py	Thu May 25 18:39:19 2023 -0400
@@ -51,7 +51,6 @@
             return
 
         doc_dir = os.path.join('share', 'doc', 'roundup', 'html')
-        import pdb; pdb.set_trace()
         temp_dir = os.path.join(self.build_base, 'temp.doc')
         cmd = sphinx + ['-d', temp_dir, 'doc', doc_dir]
         spawn(cmd)

Roundup Issue Tracker: http://roundup-tracker.org/