add default runtime path with empty string, closes #4
This commit is contained in:
parent
566cf8b9a9
commit
6cc36d28bd
@ -13,7 +13,7 @@ namespace dopt.TOM
|
||||
internal const string langMainStopSearchFolderName = "python";
|
||||
internal const string doptTOMPluginLibraryUsage = "1";
|
||||
protected dynamic tomWrapperPipelines;
|
||||
public Plugin(string runtimePath) : base(SharpPython.PyOptimLevels.O, threaded: false, runtimePath: runtimePath, verbose: true)
|
||||
public Plugin(string runtimePath = "") : base(SharpPython.PyOptimLevels.O, threaded: false, runtimePath: runtimePath, verbose: true)
|
||||
{
|
||||
base.Initialise();
|
||||
using (Py.GIL())
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<Version>0.1.2</Version>
|
||||
<Version>0.1.3-alpha1</Version>
|
||||
<Platforms>x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user