From 1b33c5fd2eb133ba848b1f5ae6fb864e6e4ec216 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 17 Oct 2022 10:20:26 -0400 Subject: [PATCH] contrib: fix a bug in apiage.py Probably caused by last minute changes to the pr that added the feature, it just needed the same initialization as the other section. Signed-off-by: John Mulligan --- contrib/apiage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/apiage.py b/contrib/apiage.py index 0945d72..1d06897 100755 --- a/contrib/apiage.py +++ b/contrib/apiage.py @@ -489,6 +489,7 @@ def main(): sys.exit(1) elif cli.mode == "promote": values = {} + api_src = _get_api_src() _setif(values, "added_in_version", cli.added_in_version) ccount, pcount = api_promote( api_tracked,