From 7b1d5af4d6365785671eefc864432ec734996b9c Mon Sep 17 00:00:00 2001 From: Julian Daube Date: Wed, 3 Jul 2019 14:15:05 +0200 Subject: [PATCH] test: make work again --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index b3d655c..9b09a2f 100644 --- a/test.py +++ b/test.py @@ -38,7 +38,7 @@ for arg in sys.argv[1:]: coord = (coord[0] * lib.units_per_dbunit , coord[1] * lib.units_per_dbunit) bar = progress.bar.IncrementalBar("linking structure references") - lib.link_refs(callback) + lib.link_all_refs(callback) except gds.ParserError as e: print("parser error: {}".format(e))