Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Jun 9, 2022
1 parent 95e58ba commit 73fe8fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/servicex/did_finder/lookup_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,10 @@ def lookup_files(self):
if self.prefix:
af['paths'] = [self.prefix+fp for fp in af['paths']]
full_file_list.append(af)
if self.mcclient:
self.setCachedResults(full_file_list)
yield full_file_list

if self.mcclient:
self.setCachedResults(full_file_list)

lookup_finish = datetime.now()

if n_files:
Expand Down

0 comments on commit 73fe8fc

Please sign in to comment.