mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
tests: fix return
statement that should be a continue
This commit is contained in:
parent
ec1c3ef347
commit
086cb1ee6d
@ -21,7 +21,7 @@ def test_imports_panda3d():
|
|||||||
for basename in os.listdir(dir):
|
for basename in os.listdir(dir):
|
||||||
if basename.startswith('lib'):
|
if basename.startswith('lib'):
|
||||||
# This not a Python module.
|
# This not a Python module.
|
||||||
return
|
continue
|
||||||
|
|
||||||
module = basename.split('.', 1)[0]
|
module = basename.split('.', 1)[0]
|
||||||
ext = basename[len(module):]
|
ext = basename[len(module):]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user