lisa.target: Fix copying of Target
Make sure that Target.__getattr__ will not enter infinite recursion when __dict__ is empty, which can happen when creating the new copied instance.
Loading
Please register or sign in to comment
Make sure that Target.__getattr__ will not enter infinite recursion when __dict__ is empty, which can happen when creating the new copied instance.