1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Fixed a few mixed Chinese punctuation typos (#1123)

This commit is contained in:
YaOzI
2022-06-14 20:12:14 +08:00
committed by GitHub
parent 3fcbaa33fa
commit 3e6e2865ce
6 changed files with 6 additions and 6 deletions

View File

@@ -488,7 +488,7 @@ class DumpDataUpdate(DumpDataBase):
except Exception:
error_code[futures[_future]] = traceback.format_exc()
p_bar.update()
logger.info(f"dump bin errors {error_code}")
logger.info(f"dump bin errors: {error_code}")
logger.info("end of features dump.\n")