1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 03:50:57 +08:00

del print

This commit is contained in:
bxdd
2020-11-11 21:09:19 +08:00
committed by you-n-g
parent 4f86712579
commit dc6874a11c

View File

@@ -58,7 +58,6 @@ def init(default_conf="client", **kwargs):
# check path if server/local
if C.get_uri_type() == QlibConfig.LOCAL_URI:
print("?")
if not os.path.exists(C["provider_uri"]):
if C["auto_mount"]:
LOG.error(