Skip to content

Commit

Permalink
noop src change
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Sep 18, 2024
1 parent 684ae7a commit f419059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/universal/noop/python/src/noop_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def transform(self, table: pa.Table, file_name: str = None) -> tuple[list[pa.Tab
if self.sleep is not None:
self.logger.info(f"Sleep for {self.sleep} seconds")
time.sleep(self.sleep)
self.logger.info("Sleep completed - continue")
self.logger.info("Sleep completed - continuing")
# Add some sample metadata.
self.logger.debug(f"Transformed one table with {len(table)} rows")
metadata = {"nfiles": 1, "nrows": len(table)}
Expand Down

0 comments on commit f419059

Please sign in to comment.