We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5102da commit 791493fCopy full SHA for 791493f
src/pytailwindcss/utils.py
@@ -9,7 +9,7 @@ def make_subprocess_run_kwargs(cwd=None, env=None, live_output=False):
9
"""
10
opts = {
11
"cwd": cwd or os.getcwd(),
12
- "env": env or {},
+ "env": env or None,
13
}
14
if live_output is False:
15
opts.update(
0 commit comments