mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
deploy-ng: Fix skipping ignored directories
This commit is contained in:
parent
37b9e256d8
commit
3995ea4c3b
@ -275,7 +275,7 @@ class build_apps(distutils.core.Command):
|
||||
def dir_has_files(directory):
|
||||
files = [
|
||||
i for i in os.listdir(directory)
|
||||
if not check_pattern(os.path.join(directory, i))
|
||||
if not check_pattern(os.path.normpath(os.path.join(directory, i)))
|
||||
]
|
||||
return bool(files)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user