Show More
@@ -288,8 +288,8 b' def _runcatch(req):' | |||||
288 | req.args[2] != 'serve' or |
|
288 | req.args[2] != 'serve' or | |
289 | req.args[3] != '--stdio'): |
|
289 | req.args[3] != '--stdio'): | |
290 | raise error.Abort( |
|
290 | raise error.Abort( | |
291 |
_('potentially unsafe serve --stdio invocation: % |
|
291 | _('potentially unsafe serve --stdio invocation: %s') % | |
292 | (req.args,)) |
|
292 | (stringutil.pprint(req.args),)) | |
293 |
|
293 | |||
294 | try: |
|
294 | try: | |
295 | debugger = 'pdb' |
|
295 | debugger = 'pdb' |
General Comments 0
You need to be logged in to leave comments.
Login now