diff options
| -rw-r--r-- | src/deliverable.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/deliverable.c b/src/deliverable.c index 40acf4e..7f7dabf 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -375,6 +375,7 @@ int delivery_init(struct Delivery *ctx, struct INIFILE *ini, struct INIFILE *cfg      getter(ini, "meta", "python", INIVAL_TYPE_STR)      conv_str(ctx, meta.python) +    ctx->meta.python_compact = to_short_version(ctx->meta.python);      getter_required(ini, "conda", "installer_name", INIVAL_TYPE_STR)      conv_str(ctx, conda.installer_name) | 
