We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bc82f commit 6c05400Copy full SHA for 6c05400
SCons/Node/Alias.py
@@ -109,7 +109,7 @@ def build(self, **kw) -> None:
109
if len(self.executor.post_actions) + len(self.executor.pre_actions) > 0:
110
# Only actually call Node's build() if there are any
111
# pre or post actions.
112
- # Alias node's will get 1 action and Alias.build()
+ # Alias nodes will get 1 action and Alias.build()
113
# This fixes GH Issue #2281
114
return self.really_build(**kw)
115
0 commit comments