We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96c95fd + 041e852 commit e80ef8eCopy full SHA for e80ef8e
1 file changed
controller/registry/private.py
@@ -151,7 +151,7 @@ def _construct_env(env, config):
151
if k in config:
152
# update values defined by config
153
v = config.pop(k)
154
- new_env.append("{}={}".format(k, v))
+ new_env.append("{}={}".format(k, v))
155
# add other config ENV items
156
for k, v in config.items():
157
new_env.append("{}={}".format(k, v))
0 commit comments