mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 16:56:54 +08:00
debug on macos
This commit is contained in:
@@ -1401,7 +1401,7 @@ class OpsWrapper(object):
|
|||||||
|
|
||||||
def __getattr__(self, key):
|
def __getattr__(self, key):
|
||||||
if key not in self._ops:
|
if key not in self._ops:
|
||||||
raise AttributeError("The operator [{}] is not registered".format(key))
|
raise AttributeError("The operator [{0}] is not registered, and all dict is {1}".format(key, self._ops))
|
||||||
return self._ops[key]
|
return self._ops[key]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user