Skip to content

Add shallow copy of config before altering

Jonas Eschle requested to merge fix_altered_config into master

Should solve #50

Approach

Shallow copy the config dict every time before it is altered should (I think at least) solve the problem.

But I may be wrong... tests pass.

Is that too simple? What do you think, @apuignav ?

Edited by Jonas Eschle

Merge request reports