Show More
@@ -413,7 +413,7 b' def _runcatch(req):' | |||||
413 | # debugging has been requested |
|
413 | # debugging has been requested | |
414 | with demandimport.deactivated(): |
|
414 | with demandimport.deactivated(): | |
415 | try: |
|
415 | try: | |
416 | debugmod = __import__(debugger) |
|
416 | debugmod = __import__(pycompat.sysstr(debugger)) | |
417 | except ImportError: |
|
417 | except ImportError: | |
418 | pass # Leave debugmod = pdb |
|
418 | pass # Leave debugmod = pdb | |
419 |
|
419 |
General Comments 0
You need to be logged in to leave comments.
Login now