Oh god how did I leave a pdb.set_trace() in here
Well, cleaning that up :) This commit sponsored by Enrico Zini. Thanks!
This commit is contained in:
parent
904caab6b1
commit
70fe865647
@ -246,8 +246,6 @@ class ProcessingManager(object):
|
|||||||
try:
|
try:
|
||||||
processor = self.processors[key]
|
processor = self.processors[key]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
import pdb
|
|
||||||
pdb.set_trace()
|
|
||||||
raise ProcessorDoesNotExist(
|
raise ProcessorDoesNotExist(
|
||||||
"'%s' processor does not exist for this media type" % key)
|
"'%s' processor does not exist for this media type" % key)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user