Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Apr 10, 2023
1 parent ccbfa67 commit 1aa2271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/call_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def sagemaker_inference(task, infer, username, sagemaker_endpoint, *args, **kwar
try:
info = json.loads(processed['info'])
return images, json.dumps(info), modules.ui.plaintext_to_html('\n'.join(info['infotexts']))
else:
except Exception:
return images, '', ''

else:
Expand Down

0 comments on commit 1aa2271

Please sign in to comment.