You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseerror.NotFound(f'base_class={base_class!r} is not a callable class. '
is misleading because it states that the class is not callable. However, this error message also appears if an exception is raised while initialising a callable class.
The text was updated successfully, but these errors were encountered:
The error message here:
POCS/src/panoptes/pocs/camera/camera.py
Line 1048 in cf5ae07
is misleading because it states that the class is not callable. However, this error message also appears if an exception is raised while initialising a callable class.
The text was updated successfully, but these errors were encountered: