From: Peter Amstutz Date: Tue, 29 Mar 2022 18:54:03 +0000 (-0400) Subject: 18941: Fix another typo X-Git-Tag: 2.4.0~20^2~9 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/0e83a8971942943e79dfc1b064b5bac0cc82217f 18941: Fix another typo Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/services/fuse/arvados_fuse/fusedir.py b/services/fuse/arvados_fuse/fusedir.py index f5c4183b79..4b20341638 100644 --- a/services/fuse/arvados_fuse/fusedir.py +++ b/services/fuse/arvados_fuse/fusedir.py @@ -537,7 +537,6 @@ class CollectionDirectory(CollectionDirectoryBase): self.collection_locator, self.api, self.api.keep, num_retries=self.num_retries, get_threads=get_threads) - ) new_collection_record = coll_reader.api_response() or {} # If the Collection only exists in Keep, there will be no API # response. Fill in the fields we need.