Remove dangling pdb usage
This commit is contained in:
parent
3b3770d46a
commit
a9b57b5814
@ -104,7 +104,6 @@ def run(verbosity=1, test=False):
|
||||
try:
|
||||
st = os.stat(p)
|
||||
except OSError as ex:
|
||||
#import pdb; pdb.set_trace()
|
||||
if ex.errno != 2:
|
||||
raise
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user