From 45064b2f60487ec008cfaddd8c35a97b3ee79636 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Thu, 28 Sep 2023 11:13:45 -0400 Subject: [PATCH] more hacking of qa_utils for troubleshooting ga failure with ubuntu 22.04 --- dcicutils/qa_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcicutils/qa_utils.py b/dcicutils/qa_utils.py index 41f85aa7a..42271fd54 100644 --- a/dcicutils/qa_utils.py +++ b/dcicutils/qa_utils.py @@ -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