Fix: Issue with copying variables_scope into complete_scope solved
This commit is contained in:
		| @@ -228,7 +228,7 @@ def build_variable_scope(rd_variables, rejected, min_max, variables_scope): | ||||
|     >>> completed == complete | ||||
|     True | ||||
|     """ | ||||
|     complete_scope = variables_scope | ||||
|     complete_scope = variables_scope.copy() | ||||
|     for v in rd_variables: | ||||
|         try: | ||||
|             complete_scope[v] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user