Skip to content

Commit baa3a17

Browse files
committed
Fix extra bracket in example
1 parent 8a61343 commit baa3a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projectconf/advanced_scripting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Create a custom ``node`` target (alias) which will print a NodeJS version
423423
Import("env")
424424
425425
# Single action/command per 1 target
426-
env.AddCustomTarget("sysenv", None, 'python -c "import os; print(os.environ)"'))
426+
env.AddCustomTarget("sysenv", None, 'python -c "import os; print(os.environ)"')
427427
428428
# Multiple actions
429429
env.AddCustomTarget(

0 commit comments

Comments
 (0)