diff --git a/barcode_validator/github.py b/barcode_validator/github.py index f2a22ee..97bd12c 100644 --- a/barcode_validator/github.py +++ b/barcode_validator/github.py @@ -1,4 +1,6 @@ import subprocess +from fileinput import filename + import requests import os from nbitk.config import Config @@ -18,6 +20,7 @@ def __init__(self, config: Config): "Authorization": f"token {self.github_token}", "Accept": "application/vnd.github.v3+json" } + self.logger.info(f'GitHub client initialized for {self.repo_owner}/{self.repo_name}') def get_open_prs(self): """