You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current manpage wording suggests "unknown" variables from files should indeed be flagged:
Returns a dictionary containing any variables that were specified in the files and/or args parameters when Variables was called, but the object was not actually configured for.
Running
scons
will print{}
, while runningscons my_var="cli_value"
will print{'my_var': 'cli_value'}
The text was updated successfully, but these errors were encountered: