python3Packages.dotnetcore2: 2.1.8.1 -> 2.1.9

This commit is contained in:
Jonathan Ringer
2019-09-27 11:05:27 -07:00
parent 8706d9c4a3
commit 91ea0393fa
2 changed files with 7 additions and 4 deletions

View File

@@ -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: