Skip to content

Commit

Permalink
Base failure condition
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
IsaacMilarky committed Aug 13, 2021
1 parent 1f64910 commit 56bf3bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workers/worker_git_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ def enrich_cntrb_id(
except:
pass
attempts += 1
if not success:
break



Expand Down

0 comments on commit 56bf3bd

Please sign in to comment.