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.
2 parents c5102da + 791493f commit e775d43Copy full SHA for e775d43
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