commit | 6e743d3d9700d68476c94bc114d38e32f3d1eb9a | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Wed Feb 10 22:16:50 2021 -0500 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Wed Feb 10 22:16:50 2021 -0500 |
tree | 0c2ca1ee72e6c17fc6a850aa9f2bdac48044b810 | |
parent | 1168a8b2c665f5f28035f119a54112c7193a45bd [diff] |
Correction to a typo in staging_install.py from the last commit.
diff --git a/common/staging_install.py b/common/staging_install.py index 2b4fa4c..3a94d71 100755 --- a/common/staging_install.py +++ b/common/staging_install.py
@@ -79,7 +79,7 @@ for file in toolfiles: # Do not attempt to do text substitutions on a binary file! - if os.path.splitext(file)[1] in gdstypes: + if os.path.splitext(file)[1] in bintypes: continue filepath = tooldir + '/' + file