Be more defensive
This commit is contained in:
		| @ -2,8 +2,12 @@ | ||||
|  | ||||
|  | ||||
| def filter_update_env(config, env): | ||||
|     if config.get("env", False) is False: | ||||
|         return config | ||||
|  | ||||
|     for key, val in env: | ||||
|         config["env"][key] = val | ||||
|  | ||||
|     return config | ||||
|  | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user