Skip to content

Commit 1f84b1c

Browse files
author
Alan Christie
committed
fix: Display's env
1 parent fe0d4f5 commit 1f84b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jote/compose.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ def run(
234234
if self._test_environment:
235235
env = os.environ.copy()
236236
env.update(self._test_environment)
237+
print(f"# Compose: env={env}")
238+
237239
# By using '-p' ('--project-name')
238240
# we set the prefix for the network name and can use compose files
239241
# from different directories. Without this the network name

0 commit comments

Comments
 (0)