missing f in the f-string

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
pull/1177/head
Min RK 2022-08-24 13:06:42 +02:00 zatwierdzone przez GitHub
rodzic 8bf808bd4c
commit 996beea228
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -154,7 +154,7 @@ class CondaBuildPack(BaseImage):
"conda/activate-conda.sh": "/etc/profile.d/activate-conda.sh",
}
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.
# avoids expensive and possibly conflicting upgrades when changing
# major Python versions during upgrade.