Skip to content

Commit

Permalink
Removed 'this' keyword from versioning attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesramsden-bh committed Aug 9, 2023
1 parent cf2ae7d commit cdcafa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python_Engine/Compute/Download.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static string DownloadFile(
[Description("Download the target version of Python.")]
[Input("version", "A Python version.")]
[Output("executablePath", "The path of the executable for the downloaded Python.")]
[PreviousVersion("6.3", "BH.Engine.Python.Compute.DownloadPython(this BH.oM.Python.Enums.PythonVersion)")]
[PreviousVersion("6.3", "BH.Engine.Python.Compute.DownloadPython(BH.oM.Python.Enums.PythonVersion)")]
public static string DownloadPython(this PythonVersion version, string name = null)
{
string url = version.EmbeddableURL();
Expand Down

0 comments on commit cdcafa6

Please sign in to comment.