File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- __version__ = "0.19.1 "
14
+ __version__ = "0.19.2 "
15
15
16
16
if __name__ == "__main__" :
17
17
print (__version__ , end = "" )
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ def run_sh(script, log_to):
284
284
def install_sky130 (build_directory , pdk_root , version ):
285
285
console = Console ()
286
286
with console .status ("Adding build to list of installed versions…" ):
287
- version_directory = Version ("sky130" , version ).get_dir (pdk_root )
287
+ version_directory = Version (version , "sky130" ).get_dir (pdk_root )
288
288
if (
289
289
os .path .exists (version_directory )
290
290
and len (os .listdir (version_directory )) != 0
You can’t perform that action at this time.
0 commit comments