Commit 15325da2 authored by 李宗熹's avatar 李宗熹

修改异常

parent 06ecd2b6
...@@ -910,7 +910,7 @@ class PortfolioDiagnose(object): ...@@ -910,7 +910,7 @@ class PortfolioDiagnose(object):
return suggestions_result, suggestions_result_asset, return_compare_result, indicator_compare, whole_sentence return suggestions_result, suggestions_result_asset, return_compare_result, indicator_compare, whole_sentence
except Exception as e: except Exception as e:
repr(e) repr(e)
return None return None, None, None, None, None
def single_evaluation(self, fund_id): def single_evaluation(self, fund_id):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment