Skip to content

Commit a8c2003

Browse files
authored
Add fixme comment to know where fix!
Signed-off-by: Tutos Rive <[email protected]>
1 parent 4ef90f2 commit a8c2003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App/os/windows/Start.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public static async Task Run(string path)
4444
// --------- Try install requirements.txt ---------
4545
await TryInstallRequirements(validators, runner, commands, path, venvIsOld);
4646

47+
// FIXME: This command is running on any case (even when python NOT EXISTS)
4748
// --------- Try activate venv (in User Terminal and Kepp it!) ---------
4849
await TryActivateVenv(validators, runner, commands, path);
4950
}
@@ -138,4 +139,4 @@ private static bool CheckVenvExists(string p)
138139
return venvExist;
139140
}
140141
}
141-
}
142+
}

0 commit comments

Comments
 (0)