We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed2897 commit 768b4d1Copy full SHA for 768b4d1
src/ghstack/config.py
@@ -72,7 +72,9 @@ def get_gh_cli_credentials(
72
if username_result.returncode == 0:
73
username = username_result.stdout.strip()
74
75
- logging.debug(f"Successfully retrieved credentials from gh CLI for {github_url}")
+ logging.debug(
76
+ f"Successfully retrieved credentials from gh CLI for {github_url}"
77
+ )
78
return token, username, github_url
79
80
except Exception as e:
0 commit comments