mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 09:11:00 +08:00
del print
This commit is contained in:
@@ -58,7 +58,6 @@ def init(default_conf="client", **kwargs):
|
|||||||
|
|
||||||
# check path if server/local
|
# check path if server/local
|
||||||
if C.get_uri_type() == QlibConfig.LOCAL_URI:
|
if C.get_uri_type() == QlibConfig.LOCAL_URI:
|
||||||
print("?")
|
|
||||||
if not os.path.exists(C["provider_uri"]):
|
if not os.path.exists(C["provider_uri"]):
|
||||||
if C["auto_mount"]:
|
if C["auto_mount"]:
|
||||||
LOG.error(
|
LOG.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user