Skip to content

Commit 01af027

Browse files
committed
Added additional logging for potential errors
1 parent ba7824d commit 01af027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

management_instance/runbooks/shared_scripts/fork_repo_github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def verify_template_repo(token, cac_org, template_repo):
176176
urllib.request.urlopen(request)
177177
except:
178178
print('Could not find the template repo at ' + url)
179+
print('Check that the repo exists, and that the authentication credentials are correct')
179180
sys.exit(1)
180181

181182

0 commit comments

Comments
 (0)