chipfoundry-cli 1.2.5__tar.gz → 1.2.6__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.
- {chipfoundry_cli-1.2.5 → chipfoundry_cli-1.2.6}/PKG-INFO +1 -1
- {chipfoundry_cli-1.2.5 → chipfoundry_cli-1.2.6}/chipfoundry_cli/main.py +0 -1
- {chipfoundry_cli-1.2.5 → chipfoundry_cli-1.2.6}/pyproject.toml +1 -1
- {chipfoundry_cli-1.2.5 → chipfoundry_cli-1.2.6}/LICENSE +0 -0
- {chipfoundry_cli-1.2.5 → chipfoundry_cli-1.2.6}/README.md +0 -0
- {chipfoundry_cli-1.2.5 → chipfoundry_cli-1.2.6}/chipfoundry_cli/__init__.py +0 -0
- {chipfoundry_cli-1.2.5 → chipfoundry_cli-1.2.6}/chipfoundry_cli/utils.py +0 -0
|
@@ -2156,7 +2156,6 @@ def harden(macro, project_root, list_designs, tag, pdk, use_nix, use_docker, dry
|
|
|
2156
2156
|
|
|
2157
2157
|
# Add --docker-no-tty if not running in a TTY (e.g., CI environments)
|
|
2158
2158
|
try:
|
|
2159
|
-
import sys
|
|
2160
2159
|
if not sys.stdin.isatty():
|
|
2161
2160
|
cmd.append('--docker-no-tty')
|
|
2162
2161
|
except:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|