Skip to content

Commit b5af4ac

Browse files
committed
Making repo GONE log message more clear.
Signed-off-by: Sean P. Goggins <[email protected]>
1 parent e879b26 commit b5af4ac

File tree

1 file changed

+1
-1
lines changed
  • augur/tasks/github/detect_move

1 file changed

+1
-1
lines changed

augur/tasks/github/detect_move/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def ping_github_for_repo_move(session, key_auth, repo, logger,collection_hook='c
115115

116116

117117
session.commit()
118-
raise Exception("ERROR: Repo has moved! Resetting Collection!")
118+
raise Exception("ERROR: Repo has moved, and there is no redirection! 404 returned, not 301. Resetting Collection!")
119119

120120

121121
if attempts >= 10:

0 commit comments

Comments
 (0)