dist: Fix line of code that mysteriously disappeared

This commit is contained in:
rdb 2020-12-24 19:04:36 +01:00
parent 4cf32bece3
commit 4e6395e07a

View File

@ -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