author | Alberto Bertogli
<albertito@blitiri.com.ar> 2013-11-02 21:15:23 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2013-11-02 21:15:23 UTC |
parent | 54026b7585badf3736ad97f6f6e1d656d9f469e2 |
git-arr | +1 | -1 |
diff --git a/git-arr b/git-arr index a9737ac..bc5716d 100755 --- a/git-arr +++ b/git-arr @@ -394,7 +394,7 @@ def generate(output, skip_index = False): # Some repos can have tags pointing to non-commits. This # happens in the Linux Kernel's v2.6.11, which points directly # to a tree. Ignore them. - if e.status == 404: + if e.status_code == 404: print('404 in tag %s (%s)' % (tag_name, obj_id)) else: raise