oops, pdb

This commit is contained in:
David Rose 2009-12-02 04:05:05 +00:00
parent c5638bc1fd
commit 6be0f6bc28

View File

@ -743,7 +743,6 @@ class Packager:
if file.text is None and not file.filename.exists(): if file.text is None and not file.filename.exists():
if not file.isExcluded(self): if not file.isExcluded(self):
self.packager.notify.warning("No such file: %s" % (file.filename)) self.packager.notify.warning("No such file: %s" % (file.filename))
import pdb; pdb.set_trace()
return None return None
self.files.append(file) self.files.append(file)