simplify test for contexts (is now by default an empty list)

pull/457/head
nuest 2018-10-30 16:24:43 +01:00
rodzic 12b4457437
commit c843e25f16
1 zmienionych plików z 12 dodań i 13 usunięć

Wyświetl plik

@ -239,8 +239,7 @@ class RBuildPack(PythonBuildPack):
),
]
if self.stencila_manifest_contexts:
if "r" in self.stencila_manifest_contexts:
if "r" in self.stencila_contexts:
scripts += [
(
"${NB_USER}",