python3Packages.dotnetcore2: 2.1.8.1 -> 2.1.9
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
diff a/dotnetcore2/runtime.py b/dotnetcore2/runtime.py
|
||||
diff --git a/dotnetcore2/runtime.py b/dotnetcore2/runtime.py
|
||||
index 475e2b4..5b578ec 100644
|
||||
--- a/dotnetcore2/runtime.py
|
||||
+++ b/dotnetcore2/runtime.py
|
||||
@@ -39,13 +39,13 @@ def _get_bin_folder() -> str:
|
||||
@@ -41,6 +41,7 @@ def _get_bin_folder() -> str:
|
||||
|
||||
|
||||
def get_runtime_path():
|
||||
@@ -9,6 +10,8 @@ diff a/dotnetcore2/runtime.py b/dotnetcore2/runtime.py
|
||||
search_string = os.path.join(_get_bin_folder(), 'dotnet*')
|
||||
matches = [f for f in glob.glob(search_string, recursive=True)]
|
||||
return matches[0]
|
||||
@@ -96,8 +97,7 @@ class _FileLock():
|
||||
|
||||
|
||||
def ensure_dependencies() -> Optional[str]:
|
||||
- if dist is None:
|
||||
|
||||
Reference in New Issue
Block a user