diff options
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1516,7 +1516,7 @@ class Project(object): | |||
1516 | except: | 1516 | except: |
1517 | return None | 1517 | return None |
1518 | 1518 | ||
1519 | if e.code == 404: | 1519 | if e.code in (401, 403, 404): |
1520 | keep = False | 1520 | keep = False |
1521 | return False | 1521 | return False |
1522 | elif _content_type() == 'text/plain': | 1522 | elif _content_type() == 'text/plain': |