kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix typo in julia code
rodzic
c892f3fdf6
commit
1a6d844f46
|
@ -21,7 +21,7 @@ class JuliaProjectTomlBuildPack(PythonBuildPack):
|
||||||
@property
|
@property
|
||||||
def julia_version(self):
|
def julia_version(self):
|
||||||
default_julia_version = '1.1.0'
|
default_julia_version = '1.1.0'
|
||||||
if os.path.exists(self.binder_path('JuliaProject.toml'):
|
if os.path.exists(self.binder_path('JuliaProject.toml')):
|
||||||
project_toml = toml.load(self.binder_path('JuliaProject.toml'))
|
project_toml = toml.load(self.binder_path('JuliaProject.toml'))
|
||||||
else:
|
else:
|
||||||
project_toml = toml.load(self.binder_path('Project.toml'))
|
project_toml = toml.load(self.binder_path('Project.toml'))
|
||||||
|
|
Ładowanie…
Reference in New Issue