kopia lustrzana https://github.com/jupyterhub/repo2docker
Update repo2docker/buildpacks/base.py
Co-Authored-By: nuest <daniel.nuest@wwu.de>pull/457/head
rodzic
d849664826
commit
c49694a5ea
|
@ -554,7 +554,7 @@ class BaseImage(BuildPack):
|
||||||
))
|
))
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
pass
|
pass
|
||||||
if {'py'}.intersection(self.stencila_contexts):
|
if 'py' in self.stencila_contexts:
|
||||||
assemble_scripts.extend(
|
assemble_scripts.extend(
|
||||||
[
|
[
|
||||||
(
|
(
|
||||||
|
|
Ładowanie…
Reference in New Issue