Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Sep 28, 2023
1 parent 45064b2 commit bd6a797
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dcicutils/qa_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,9 @@ def get_object(self, Bucket, Key, **kwargs): # noqa - Uppercase argument names
"application/json": [".json"],
"text/plain": [".txt", ".text"],
"binary/octet-stream": [".fo"],
# xyzzy: temporary hack to see if fixes with ubuntu 22.04 2023-09-28 ...
# The below is because on Ubuntu 22.04 (docker), as opposed to 20.04, the mimetypes.guess_type
# function returns this strange value for an argument ending in ".fo"; this manifested as a test
# failure (put_object assert below) in test_s3_utils.test_unzip_s3_to_s3_unit. dmichaels/2023-09-28.
"application/vnd.software602.filler.form+xml": [".fo"],
}

Expand Down

0 comments on commit bd6a797

Please sign in to comment.