We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3a092 commit 3c80747Copy full SHA for 3c80747
1 file changed
src/dotenvx/main.py
@@ -21,7 +21,7 @@ def load_dotenvx(
21
parsed = json.loads(output)
22
for key, value in parsed.items():
23
os.environ[key] = value
24
- return True
+ return parsed
25
except Exception as e:
26
raise RuntimeError(f"Failed to parse dotenvx output: {e}")
27
0 commit comments