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
I think atropos.py is meant to use the base class interface to remove the assumption that every handler has a "coordinate". Let me know if you accept patches and I'll work on this.
The text was updated successfully, but these errors were encountered:
The declaration of
execute_command
inBaseHandler
is:However, the ShellScriptHandler overrides it as:
atropos.py
also assumes this interface:I think
atropos.py
is meant to use the base class interface to remove the assumption that every handler has a "coordinate". Let me know if you accept patches and I'll work on this.The text was updated successfully, but these errors were encountered: