Skip to content

Commit 7ae38af

Browse files
committed
checkpoint
1 parent 64f6400 commit 7ae38af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c_src/pythonx.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ for key, value in envs.items():
451451
if os.environ.get(key, None) != value:
452452
print((key, os.environ.get(key, None), value))
453453
os.environ[key] = value
454+
print((key, "env var set"))
454455
455456
456457
pythonx_handle_io_write = ctypes.CFUNCTYPE(

0 commit comments

Comments
 (0)