Skip to content

Commit 64cc9f8

Browse files
committed
fix(moodle_extract): fix warning log raising exception
1 parent 5ca09ef commit 64cc9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

moodle_extract/pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def download(db: str, dst_dir: Path):
4545
assert len(df) >= len_old
4646
except AssertionError:
4747
current_run.log_warning(f"New version of file {name}.parquet has less row than previous one")
48-
raise
4948

5049
df.write_parquet(dst_file_pqt)
5150
df.write_csv(dst_file_csv)

0 commit comments

Comments
 (0)