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
with variable_name not actually a global variable at all, then when that function is called it will use the value "some_value", not the value passed in by the function call.
Presumably what should be done here is the global variable should be set via a method that validates that the global is indeed a global, rather than pushing into the dictionary directly?