Skip to content

Commit

Permalink
change format
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanayut Seethongchuen committed Jun 28, 2022
1 parent c5725c4 commit d77a602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/CRABInterface/RESTBaseAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def query_load_all_rows(self, match, select, sql, *binds, **kwbinds):
tmp = _FakeLOB(new_row[i].read())
new_row[i] = tmp
ret.append(new_row)
self.logger.info('query size: %d' % get_size(ret))
self.logger.info('query_size=%d' % get_size(ret))
all_rows = iter(ret) # return as iterable object
return all_rows

Expand Down

0 comments on commit d77a602

Please sign in to comment.