Skip to content

Commit 8245b01

Browse files
committed
Fix Python sources in buildVars
1 parent 8346a44 commit 8245b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _(arg):
6060
# pythonSources = ["addon/globalPlugins/*.py"]
6161
# For more information on SCons Glob expressions please take a look at:
6262
# https://scons.org/doc/production/HTML/scons-user/apd.html
63-
pythonSources = ["addon/globalPlugins/*.py"]
63+
pythonSources = ["addon/globalPlugins/**/*.py"]
6464

6565
# Files that contain strings for translation. Usually your python sources
6666
i18nSources = pythonSources + ["buildVars.py"]

0 commit comments

Comments
 (0)