Skip to content

Commit

Permalink
Update license list to v3.7
Browse files Browse the repository at this point in the history
Based off #10 this resolves a minor bug in the license list update
script and updates the license list to v3.7.
  • Loading branch information
William Bartholomew authored and kestewart committed Nov 26, 2019
1 parent 7a5d478 commit d757bf6
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 360 deletions.
2 changes: 1 addition & 1 deletion bin/pull-license-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


def get_json(url):
with urllib.request.urlopen(url=url) as response:
with urllib.request.urlopen(url=url) as body:
return json.load(body)


Expand Down
Loading

0 comments on commit d757bf6

Please sign in to comment.