Mercurial > code > home > repos > light9
diff bin/curvecalc @ 1106:95ed52dcc3ab
remove some old curve api
Ignore-this: 2a49d1f24d73b5cc8d718683c6b41793
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 10 Jun 2014 08:46:52 +0000 |
parents | f7618f29bb89 |
children | a38955ba6f40 |
line wrap: on
line diff
--- a/bin/curvecalc Tue Jun 10 05:49:36 2014 +0000 +++ b/bin/curvecalc Tue Jun 10 08:46:52 2014 +0000 @@ -233,7 +233,7 @@ """ assert isinstance(newname, Literal), repr(newname) if withCurve: - self.curveset.new_curve(newname, renameIfExisting=False) + self.curveset.new_curve(newname) if newname in self.all_subterm_labels(): raise SubtermExists("have a subterm who sub is named %r" % newname) with self.graph.currentState() as current: