Skip to content

Commit bff88f4

Browse files
committed
versioning better this time
1 parent 6c907b8 commit bff88f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Python_Engine/Compute/BasePythonEnvironment.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ public static partial class Compute
3737
[Input("reload", "Reload the base Python environment rather than recreating it, if it already exists.")]
3838
[Input("run", "Start the installation/retrieval of the BHoM Base Python Environment.")]
3939
[Output("env", "The base Python Environment for all BHoM workflows.")]
40-
[PreviousVersion("BH.Engine.Python.Compute.BasePythonEnvironment(System.Boolean)")]
40+
[PreviousVersion("7.0", "BH.Engine.Python.Compute.BasePythonEnvironment(System.Boolean)")]
4141
public static PythonEnvironment BasePythonEnvironment(
42-
bool run = false,
43-
bool reload = true
42+
bool reload = true,
43+
bool run = false
4444
)
4545
{
4646
if (!run)

0 commit comments

Comments
 (0)