kopia lustrzana https://github.com/jupyterhub/repo2docker
missing f in the f-string
Co-authored-by: Simon Li <orpheus+devel@gmail.com>pull/1177/head
rodzic
8bf808bd4c
commit
996beea228
|
@ -154,7 +154,7 @@ class CondaBuildPack(BaseImage):
|
||||||
"conda/activate-conda.sh": "/etc/profile.d/activate-conda.sh",
|
"conda/activate-conda.sh": "/etc/profile.d/activate-conda.sh",
|
||||||
}
|
}
|
||||||
py_version = self.python_version
|
py_version = self.python_version
|
||||||
self.log.info("Building conda environment for python={py_version}\n")
|
self.log.info(f"Building conda environment for python={py_version}\n")
|
||||||
# Select the frozen base environment based on Python version.
|
# Select the frozen base environment based on Python version.
|
||||||
# avoids expensive and possibly conflicting upgrades when changing
|
# avoids expensive and possibly conflicting upgrades when changing
|
||||||
# major Python versions during upgrade.
|
# major Python versions during upgrade.
|
||||||
|
|
Ładowanie…
Reference in New Issue