Skip to content

Commit

Permalink
Fixing mapping for mimetypes that does not recognize java archives on…
Browse files Browse the repository at this point in the history
… windows. Fixes SeleniumHQ#5365
  • Loading branch information
barancev committed Jan 18, 2018
1 parent 209d9b0 commit 92d2aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/py/googlestorage/publish_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
OAUTH_CREDENTIALS_FILE = '.credentials.dat'
OAUTH_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'

mimetypes.add_type("application/java-archive", ".jar")

class Error(Exception):
def __init__(self, status, message):
Expand Down

0 comments on commit 92d2aee

Please sign in to comment.