From 770be5609fdcbe7de7739db91a0168d1f84415bd Mon Sep 17 00:00:00 2001 From: Julian Daube Date: Mon, 1 Jul 2019 14:44:34 +0200 Subject: [PATCH] library: rename link function --- gds/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gds/library.py b/gds/library.py index 28c0f39..88ab6ca 100644 --- a/gds/library.py +++ b/gds/library.py @@ -19,7 +19,7 @@ class Library(object): element = None pass - def link_srefs(self, progress_callback=None): + def link_refs(self, progress_callback=None): class Progress(ProgressGetter): total = 0 current = 0