Skip to content

lisa.utils: Fix Serializable.__copy__

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr204 into master

Since object.copy does not work, fall back on some dict copy behavior if super().copy does not exist.

Merge request reports