Initial None setting for tclscript to prevent referencing a non- existent variable later in the script. Merges pull request #88 from Ahmed Ghazy.
diff --git a/VERSION b/VERSION index eab53e1..f301e1a 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.100 +1.0.101
diff --git a/common/foundry_install.py b/common/foundry_install.py index 22d754d..ea50eeb 100755 --- a/common/foundry_install.py +++ b/common/foundry_install.py
@@ -1049,6 +1049,7 @@ # then migrate them to magic (.mag files in layout/ or abstract/). ignorelist = [] + tclscript = None do_cdl_scaleu = False no_cdl_convert = False no_gds_convert = False