summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepo1
1 files changed, 0 insertions, 1 deletions
diff --git a/repo b/repo
index 2dd9dd90..91bcc5b2 100755
--- a/repo
+++ b/repo
@@ -1245,7 +1245,6 @@ class Requirements:
1245 with open(path, "rb") as f: 1245 with open(path, "rb") as f:
1246 data = f.read() 1246 data = f.read()
1247 except OSError: 1247 except OSError:
1248 # NB: EnvironmentError is used for Python 2 & 3 compatibility.
1249 # If we couldn't open the file, assume it's an old source tree. 1248 # If we couldn't open the file, assume it's an old source tree.
1250 return None 1249 return None
1251 1250