Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d3a91c

Browse files
committed
Oops, left in a debug statement. It's gone now.
1 parent efaef13 commit 3d3a91c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/bgen/bgen/scantools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ def extractarg(self, part):
470470
mode = "InMode"
471471
if self.asplit.match(part) < 0:
472472
self.error("Indecipherable argument: %s", `part`)
473-
import pdb ; pdb.set_trace()
474473
return ("unknown", part, mode)
475474
type, name, array = self.asplit.group('type', 'name', 'array')
476475
if array:

0 commit comments

Comments
 (0)