aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-07 16:50:13 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-07 16:50:13 -0400
commit860c2c6132226866cc6ab5b5a3a99b02669220ac (patch)
treee9273c4ad1600011313ef17d27b3bf9ed5d3ee2b /src/utils.c
parent99edcf7b998a1ac83b75ef3cc117c5b91c874782 (diff)
downloadstasis-860c2c6132226866cc6ab5b5a3a99b02669220ac.tar.gz
Not making sense
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index f721581..70430e1 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -645,7 +645,7 @@ int fix_tox_conf(const char *filename, char **result) {
if (data) {
int err = 0;
char *key = data->key;
- char *value = ini_getval_str(toxini, section->key, data->key, &err);
+ char *value = ini_getval_str(toxini, section->key, data->key, INI_READ_RENDER, &err);
if (key && value) {
if (startswith(value, "pytest") && !strstr(value, "{posargs}")) {
strip(value);