Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 28, 2024
1 parent 5ff70af commit bfe52ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def insert_resource_data(folder, resource, data_source, from_json):
counter_val = manager.Value("i", 0)
func = partial(handle_file_2, lock, counter_val)
# map the data which will be consumed by the processes inside the pool
search_omero_app.logger.info("VALS %S"%vals)
search_omero_app.logger.info("VALS %s" %vals)
res = pool.map(func, vals) # noqa
delta = str(datetime.now() - start_time)
search_omero_app.logger.info("Total time=%s" % delta)
Expand Down

0 comments on commit bfe52ff

Please sign in to comment.