Skip to content

Commit e719cc7

Browse files
committed
Missed a var init if which crashed analysis table fetch
1 parent 0440f1c commit e719cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/home/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def populate_analysis(analyses, user):
512512
}
513513
else:
514514
nfs = {'jobid': False, 'fn_ids': False, 'dset_ids': False, 'wflink': False}
515-
infn_ds, infns= [], []
515+
infn_ds, infns, outfns = [], [], []
516516
tulosq = mm.Experiment.objects.filter(analysis_id=ana['pk'])
517517
if tulosq.exists():
518518
tulos_empty = {f'{x}': [] for x in tulos_keys}

0 commit comments

Comments
 (0)