klayout-vector-file-export-cli 0.3__tar.gz → 0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {klayout_vector_file_export_cli-0.3 → klayout_vector_file_export_cli-0.4}/PKG-INFO +1 -1
- {klayout_vector_file_export_cli-0.3 → klayout_vector_file_export_cli-0.4}/klayout_vector_export/cli_wrapper.py +6 -4
- {klayout_vector_file_export_cli-0.3 → klayout_vector_file_export_cli-0.4}/klayout_vector_export/version.py +1 -1
- {klayout_vector_file_export_cli-0.3 → klayout_vector_file_export_cli-0.4}/pyproject.toml +1 -1
- {klayout_vector_file_export_cli-0.3 → klayout_vector_file_export_cli-0.4}/LICENSE +0 -0
- {klayout_vector_file_export_cli-0.3 → klayout_vector_file_export_cli-0.4}/README.md +0 -0
- {klayout_vector_file_export_cli-0.3 → klayout_vector_file_export_cli-0.4}/klayout_vector_export/__init__.py +0 -0
- {klayout_vector_file_export_cli-0.3 → klayout_vector_file_export_cli-0.4}/klayout_vector_export/__main__.py +0 -0
|
@@ -300,11 +300,13 @@ class CLIWrapper:
|
|
|
300
300
|
|
|
301
301
|
debug(f" ✔ Settings written to temp file: {settings_path}")
|
|
302
302
|
|
|
303
|
-
#
|
|
304
|
-
#
|
|
305
|
-
#
|
|
303
|
+
# NOTE: we no longer do this, as it hindered us to find the technologies!
|
|
304
|
+
# this error could be reproduced on IIC-OSIC-TOOLS
|
|
305
|
+
#
|
|
306
|
+
# Set KLAYOUT_PATH="" to prevent KLayout from reading any config files
|
|
307
|
+
# from additional search paths.
|
|
306
308
|
klayout_env = os.environ.copy()
|
|
307
|
-
klayout_env["KLAYOUT_PATH"] = ""
|
|
309
|
+
# klayout_env["KLAYOUT_PATH"] = ""
|
|
308
310
|
|
|
309
311
|
try:
|
|
310
312
|
# NOTE: we do not pass -nc, as it would hinder us to find the technology
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "klayout-vector-file-export-cli"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.4"
|
|
4
4
|
description = "Vector File Export CLI Tool for KLayout"
|
|
5
5
|
authors = ["Martin Köhler <info@martinjankoehler.com>"]
|
|
6
6
|
homepage = "https://github.com/iic-jku/klayout-vector-file-export-cli/"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|