From 4e6395e07af0e9d140bdb11eba09f4f32066a85c Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 24 Dec 2020 19:04:36 +0100 Subject: [PATCH] dist: Fix line of code that mysteriously disappeared --- direct/src/dist/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/dist/commands.py b/direct/src/dist/commands.py index 26f33a3e07..d29f9dad87 100644 --- a/direct/src/dist/commands.py +++ b/direct/src/dist/commands.py @@ -995,6 +995,7 @@ class build_apps(setuptools.Command): not pattern.pattern.endswith('/**'): continue + pattern_dir = p3d.Filename(pattern.pattern).get_dirname() if abspath.startswith(pattern_dir + '/'): return True