Skip to content

Commit 5ce577b

Browse files
tg359Fraser Greenroyd
andcommitted
Update Python_Engine/Compute/BasePythonEnvironment.cs
Co-authored-by: Fraser Greenroyd <fraser.greenroyd@burohappold.com>
1 parent 8ccf107 commit 5ce577b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python_Engine/Compute/BasePythonEnvironment.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ public static PythonEnvironment BasePythonEnvironment(
4242
)
4343
{
4444
if (!Directory.Exists(Query.DirectoryEnvironments()))
45+
{
4546
// create PythonEnvironments directory if it doesnt already exist
4647
Directory.CreateDirectory(Query.DirectoryEnvironments());
48+
}
4749

4850
// determine whether the base environment already exists
4951
string targetExecutable = Path.Combine(Query.DirectoryBaseEnvironment(), "python.exe");

0 commit comments

Comments
 (0)