Skip to content

Commit 09a1a58

Browse files
hugovkwebknjaz
authored andcommitted
Regenerate installers
1 parent 68769b0 commit 09a1a58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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:
138+
except Exception:
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:
138+
except Exception:
139139
continue
140140

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

3.3/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:
138+
except Exception:
139139
continue
140140

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

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:
138+
except Exception:
139139
continue
140140

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

0 commit comments

Comments
 (0)