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
. A fix would be to mark Connection._close as @classmethod. That way the cls parameter would filled with Connection and descriptor would actually become the passed argument
The text was updated successfully, but these errors were encountered:
Running
%flux --close <name>
triggers a type-error statingdescriptor
isn't being passed toConnection._close
fromipython-flux/src/flux/magic.py
Line 124 in a121edf
Connection._close
as@classmethod
. That way thecls
parameter would filled withConnection
anddescriptor
would actually become the passed argumentThe text was updated successfully, but these errors were encountered: