mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user