diff options
Diffstat (limited to 'src/deliverable.c')
-rw-r--r-- | src/deliverable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deliverable.c b/src/deliverable.c index 002bab3..34cf635 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -503,6 +503,8 @@ static int populate_delivery_ini(struct Delivery *ctx) { conv_str(&ctx->meta.python, val); guard_free(ctx->meta.python_compact); ctx->meta.python_compact = to_short_version(ctx->meta.python); + } else { + ini_setval(&ini, INI_SETVAL_REPLACE, "meta", "python", ctx->meta.python); } ini_getval_required(ini, "conda", "installer_name", INIVAL_TYPE_STR, &val); |