Skip to content

Commit

Permalink
Regenerate installers
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 24, 2018
1 parent 59a3943 commit c16928b
Show file tree
Hide file tree
Showing 4 changed files with 40,884 additions and 40,858 deletions.
2 changes: 1 addition & 1 deletion 2.6/get-pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def parse_args(self, args):
for arg in args:
try:
req = InstallRequirement.from_line(arg)
except Exception:
except:
continue

if implicit_pip and req.name == "pip":
Expand Down
2 changes: 1 addition & 1 deletion 3.2/get-pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def parse_args(self, args):
for arg in args:
try:
req = InstallRequirement.from_line(arg)
except Exception:
except:
continue

if implicit_pip and req.name == "pip":
Expand Down
Loading

0 comments on commit c16928b

Please sign in to comment.