mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, pdb
This commit is contained in:
parent
c5638bc1fd
commit
6be0f6bc28
@ -743,7 +743,6 @@ class Packager:
|
||||
if file.text is None and not file.filename.exists():
|
||||
if not file.isExcluded(self):
|
||||
self.packager.notify.warning("No such file: %s" % (file.filename))
|
||||
import pdb; pdb.set_trace()
|
||||
return None
|
||||
|
||||
self.files.append(file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user