kopia lustrzana https://github.com/jupyterhub/repo2docker
Change type in julia code
rodzic
9600d4b438
commit
2134ae25d7
|
@ -33,9 +33,9 @@ class JuliaProjectTomlBuildPack(PythonBuildPack):
|
||||||
|
|
||||||
# For Project.toml files, install the latest julia version that
|
# For Project.toml files, install the latest julia version that
|
||||||
# satisfies the given semver.
|
# satisfies the given semver.
|
||||||
julia_version = find_semver_match(julia_version_str, self.all_julias)
|
_julia_version = find_semver_match(julia_version_str, self.all_julias)
|
||||||
if julia_version is not None:
|
if _julia_version is not None:
|
||||||
return julia_version
|
return _julia_version
|
||||||
|
|
||||||
return default_julia_version
|
return default_julia_version
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue