Build variable dictionary on included plays without using dict()
Using dict(k=v) means the key was always named 'k', as the variable is not interpreted there. Fixes #5801
Showing
Please
register
or
sign in
to comment
Using dict(k=v) means the key was always named 'k', as the variable is not interpreted there. Fixes #5801