Skip to content

Commit

Permalink
write csv return file id
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Oct 18, 2024
1 parent 09fdb0c commit 27b4c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ async def write_csv(self, write_data: GenericCsvTransform) -> str:
f"Not enough space to store file {write_data.filename}."
)
if self._data_files_write_csv_callback is not None:
await self._data_files_write_csv_callback(write_data)
return await self._data_files_write_csv_callback(write_data)
# If we are in an analysis or simulation state, return an empty file ID
return ""

0 comments on commit 27b4c88

Please sign in to comment.