Skip to content
Snippets Groups Projects
Commit dd2349cc authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

phase: also copy phase's sets when copying phase cache

We forgot to add such copy when we added the attributes.
parent f1d46075
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@
ph.dirty = self.dirty
ph.opener = self.opener
ph._phaserevs = self._phaserevs
ph._phasesets = self._phasesets
return ph
def replace(self, phcache):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment