Skip to content

Commit

Permalink
Resolve KeyError: 'processing_time is not in the table heading'
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Dec 4, 2024
1 parent f9f0dc2 commit 710da2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_calcium_imaging/imaging_no_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def make(self, key):
}
for f in pathlib.Path(output_dir).rglob("*")
if f.is_file()
]
], ignore_extra_fields=True
)


Expand Down

0 comments on commit 710da2e

Please sign in to comment.