Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 27, 2024
1 parent 4f654af commit d8491ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion af_benchmark/uproot_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_column_list(self, file):

@tp.enable
def run_processor(self, files, executor, **kwargs):
parallelize_over = self.config.get('processor.parallelize_over', 'files'),
parallelize_over = self.config.get('processor.parallelize_over', 'files')

arg_dict = {
"files": files,
Expand Down

0 comments on commit d8491ed

Please sign in to comment.