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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: klayout-vector-file-export-cli
3
- Version: 0.3
3
+ Version: 0.4
4
4
  Summary: Vector File Export CLI Tool for KLayout
5
5
  License: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -300,11 +300,13 @@ class CLIWrapper:
300
300
 
301
301
  debug(f" ✔ Settings written to temp file: {settings_path}")
302
302
 
303
- # Build subprocess environment:
304
- # Set KLAYOUT_PATH="" to prevent KLayout from reading any config files
305
- # from additional search paths.
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
@@ -21,4 +21,4 @@
21
21
  # SPDX-License-Identifier: GPL-3.0-or-later
22
22
  # --------------------------------------------------------------------------------
23
23
  #
24
- __version__ = "0.3"
24
+ __version__ = "0.4"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "klayout-vector-file-export-cli"
3
- version = "0.3"
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/"