mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 12:53:00 +00:00
f-Strings consistency
This commit is contained in:
parent
ceb4bc0430
commit
e667c00b04
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ from .core import KIWI_ROOT, KIWI_CONF_NAME
|
||||||
###########
|
###########
|
||||||
# CONSTANTS
|
# CONSTANTS
|
||||||
|
|
||||||
DEFAULT_KIWI_CONF_NAME = KIWI_ROOT + "/default.kiwi.yml"
|
DEFAULT_KIWI_CONF_NAME = f"{KIWI_ROOT}/default.kiwi.yml"
|
||||||
VERSION_TAG_NAME = KIWI_ROOT + "/version-tag"
|
VERSION_TAG_NAME = f"{KIWI_ROOT}/version-tag"
|
||||||
|
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
|
|
Loading…
Reference in a new issue