Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix UnboundLocalError: local variable 'results' referenced before assignment
#16
by
albertvillanova
HF staff
- opened
Fix UnboundLocalError: local variable 'results' referenced before assignment.
If there is a exception within the try
block, the variable results
is never defined.
This PR raises the exception (so we have information to fix it) after having cleaned up.
CC: @clefourrier