Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Sep 16, 2024
1 parent 088a932 commit 085171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 085171e

Please sign in to comment.