Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Sep 28, 2023
1 parent a8b51c5 commit daecbe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@cdktf/commons/src/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,9 @@ export async function collectDebugInformation() {
switch (language) {
case "python":
{
console.log("about to get python version")
const python = getPythonVersion();
console.log("got python version")
const pip = getPipVersion();
const pipenv = getPipenvVersion();
debugOutput["python"] = (await python) ?? null;
Expand Down

0 comments on commit daecbe6

Please sign in to comment.