hvoss-techfak commited on
Commit
a3b42e1
·
verified ·
1 Parent(s): c0fb813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -845,7 +845,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
845
  try:
846
  self.returncode = run_autoforge_process(self.cmd, self.log_path)
847
  except Exception as e:
848
- exc_str = exc_text(exc)
849
  self.exc = e
850
  capture_exception(e) # still goes to Sentry
851
 
 
845
  try:
846
  self.returncode = run_autoforge_process(self.cmd, self.log_path)
847
  except Exception as e:
848
+ exc_str = exc_text(e)
849
  self.exc = e
850
  capture_exception(e) # still goes to Sentry
851