Skip to content

Commit c4a0d73

Browse files
committed
Fix Python sources
1 parent 7146672 commit c4a0d73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# https://scons.org/doc/production/HTML/scons-user/apd.html
6060
pythonSources: list[str] = [
6161
"addon/*.py",
62-
"addon/globalPlugins/controlUsageAssistant/*.py",
62+
"addon/globalPlugins/clipContentsDesigner/*.py",
6363
]
6464

6565
# Files that contain strings for translation. Usually your python sources

0 commit comments

Comments
 (0)