Formatting opinion

The '//' will render to '/' in the Dockerfile that allows the RUN
command to continue on a new line. I initially added a '//' within a
python string on a blank line in order to format things within the
Python file to look potentially nicer, but this is of little importance
and I have now removed it again.
pull/649/head
Erik Sundell 2019-06-25 16:34:15 +02:00
rodzic 8eae91bc67
commit 09558802d1
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -125,8 +125,7 @@ class PipfileBuildPack(CondaBuildPack):
assemble_scripts.append(
(
"${NB_USER}",
"""(\\
cd {working_directory} && \\
"""(cd {working_directory} && \\
PATH="${{KERNEL_PYTHON_PREFIX}}/bin:$PATH" \\
pipenv install {install_option} --system --dev \\
)""".format(