We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdefb9 commit 6de2d00Copy full SHA for 6de2d00
builder/core/project.py
@@ -43,7 +43,7 @@ def _apply_value(obj, key, new_value, apply_before=False):
43
key_type = type(new_value)
44
45
if key_type == list:
46
- # apply the config's value before the existing list
+ # apply the config's value before the existing list asdfasdf
47
val = obj[key]
48
if apply_before:
49
obj[key] = new_value + val
0 commit comments