From 085171eb44e5e6a7a0f6c0b71a80edf593f028c8 Mon Sep 17 00:00:00 2001 From: philnewm Date: Mon, 16 Sep 2024 09:40:30 +0200 Subject: [PATCH] Fix typo --- github_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_query.py b/github_query.py index da8e227..cec0841 100644 --- a/github_query.py +++ b/github_query.py @@ -129,7 +129,7 @@ def get_repo_var(repo: str, var_name: str) -> list: check=True ) - return csv_string_to_list(labels) + return csv_string_to_list(labels.stdout) def csv_string_to_list(input: str) -> list: if input: