Skip to content

Commit c16928b

Browse files
committed
Regenerate installers
1 parent 59a3943 commit c16928b

File tree

4 files changed

+40884
-40858
lines changed

4 files changed

+40884
-40858
lines changed

2.6/get-pip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def parse_args(self, args):
135135
for arg in args:
136136
try:
137137
req = InstallRequirement.from_line(arg)
138-
except Exception:
138+
except:
139139
continue
140140

141141
if implicit_pip and req.name == "pip":

3.2/get-pip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def parse_args(self, args):
135135
for arg in args:
136136
try:
137137
req = InstallRequirement.from_line(arg)
138-
except Exception:
138+
except:
139139
continue
140140

141141
if implicit_pip and req.name == "pip":

0 commit comments

Comments
 (0)