We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11441be commit 9287b45Copy full SHA for 9287b45
1 file changed
investing_algorithm_framework/app/app.py
@@ -881,8 +881,8 @@ def check_data_completeness(
881
f"({data_source.symbol}): {str(e)}"
882
)
883
884
- if len(missing_data_info.keys()) > 0:
885
- return False, missing_data_info
+ if len(missing_data_info.keys()) > 0:
+ return False, missing_data_info
886
887
return True, missing_data_info
888
0 commit comments