summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index b80ad319..946a6ac3 100644
--- a/project.py
+++ b/project.py
@@ -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':