Browse Source

fix linespacing

pull/3145/head
Kieran 3 years ago
parent
commit
969ee04059
  1. 1
      tests/check-github-commit-dates.py

1
tests/check-github-commit-dates.py

@ -57,5 +57,4 @@ g = Github(access_token)
for url in urls: for url in urls:
project = re.sub('https://github.com/', '', url) project = re.sub('https://github.com/', '', url)
repo = g.get_repo(project) repo = g.get_repo(project)
print(str(repo.pushed_at) + ' https://github.com/' + project + ' archived:' + str((repo.archived))) print(str(repo.pushed_at) + ' https://github.com/' + project + ' archived:' + str((repo.archived)))
Loading…
Cancel
Save