Skip to content

Commit

Permalink
more hacking of qa_utils for troubleshooting ga failure with ubuntu 2…
Browse files Browse the repository at this point in the history
…2.04
  • Loading branch information
dmichaels-harvard committed Sep 28, 2023
1 parent b226d61 commit 45064b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcicutils/qa_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@ def get_object(self, Bucket, Key, **kwargs): # noqa - Uppercase argument names
"text/plain": [".txt", ".text"],
"binary/octet-stream": [".fo"],
# xyzzy: temporary hack to see if fixes with ubuntu 22.04 2023-09-28 ...
"application/vnd.software602.filler.form+xml": [".json"],
"application/vnd.software602.filler.form+xml": [".fo"],
}

def put_object(self, *, Bucket, Key, Body, ContentType=None, **kwargs): # noqa - Uppercase argument names are chosen by AWS
Expand Down

0 comments on commit 45064b2

Please sign in to comment.