Skip to content

Commit c2f7bbc

Browse files
Update element_moseq/moseq_report.py
Co-authored-by: Copilot <[email protected]>
1 parent 01e9fe2 commit c2f7bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_moseq/moseq_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def make(self, key):
228228
moseq_train.get_kpms_processed_data_dir(), fullfit_model_name
229229
)
230230
fullfit_output_file = Path(fullfit_model_dir) / "fitting_progress.pdf"
231-
if fullfit_model_dir.exists():
231+
if fullfit_output_file.exists():
232232
self.insert1({**key, "fitting_progress_pdf": fullfit_output_file})
233233
else:
234234
raise FileNotFoundError(

0 commit comments

Comments
 (0)