Skip to content

Commit b92e7fa

Browse files
author
Dennis Schwartz
committed
Log GH ID when it fails.
1 parent c8d4e36 commit b92e7fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/management/commands/updatecomponents.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def handle(self, *args, **options):
176176
except urllib2.HTTPError as e:
177177
print('Error getting github data!')
178178
print(e)
179+
print GITHUB_CLIENT_ID
179180
continue
180181
except Exception as e:
181182
print('Unexpected error accessing Github!')

0 commit comments

Comments
 (0)