diff options
| author | snermolaev <[email protected]> | 2025-04-11 07:12:07 +0300 |
|---|---|---|
| committer | snermolaev <[email protected]> | 2025-04-11 07:47:25 +0300 |
| commit | 6ddac67d69f0d53b73838c4092083029d7db83cc (patch) | |
| tree | 94e344b954cc927eef41495a22a2afda7e5f043c /build/scripts/make_container_layer.py | |
| parent | 7bffb43850ab86dafb9c937a96dd912b2dac9932 (diff) | |
YMAKE_PYTHON => YMAKE_PYTHON3 for commands from misc.conf
commit_hash:9c3174434e041e9c59167f95d0bf91b4a1447622
Diffstat (limited to 'build/scripts/make_container_layer.py')
| -rw-r--r-- | build/scripts/make_container_layer.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/scripts/make_container_layer.py b/build/scripts/make_container_layer.py index 4bf0f8127a7..3a71afeecae 100644 --- a/build/scripts/make_container_layer.py +++ b/build/scripts/make_container_layer.py @@ -1,5 +1,9 @@ +import os import sys +# Explicitly enable local imports +# Don't forget to add imported scripts to inputs of the calling command! +sys.path.append(os.path.dirname(os.path.abspath(__file__))) import container # 1 |
