Fix typo in julia code

pull/595/head
David Anthoff 2019-03-05 19:54:24 -08:00
rodzic 606bc4cb1e
commit 20b085cc28
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ class JuliaProjectTomlBuildPack(PythonBuildPack):
@property
def julia_version(self):
default_julia_version = all_julias[-1]
default_julia_version = self.all_julias[-1]
if os.path.exists(self.binder_path('JuliaProject.toml')):
project_toml = toml.load(self.binder_path('JuliaProject.toml'))