diff --git a/piker/storage/cli.py b/piker/storage/cli.py index f4570fa6..c9f5bb74 100644 --- a/piker/storage/cli.py +++ b/piker/storage/cli.py @@ -173,7 +173,7 @@ def dedupe(src_df: pl.DataFrame) -> tuple[ ) was_deduped: bool = False if diff: - deduped: bool = True + was_deduped: bool = True return ( df,