18941: Fix another typo
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 29 Mar 2022 18:54:03 +0000 (14:54 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 29 Mar 2022 18:54:03 +0000 (14:54 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

services/fuse/arvados_fuse/fusedir.py

index f5c4183b79ffa3cf3a204627dde4efbea64500c5..4b203416383d4d3ff7e99e9c887a651bf38c9ab2 100644 (file)
@@ -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.