Kaydet (Commit) 3d3a91c1 authored tarafından Jack Jansen's avatar Jack Jansen

Oops, left in a debug statement. It's gone now.

üst efaef13c
......@@ -470,7 +470,6 @@ if missing: raise "Missing Types"
mode = "InMode"
if self.asplit.match(part) < 0:
self.error("Indecipherable argument: %s", `part`)
import pdb ; pdb.set_trace()
return ("unknown", part, mode)
type, name, array = self.asplit.group('type', 'name', 'array')
if array:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment