Loading cloudcontrol/server/clients/host.py +1 −2 Original line number Diff line number Diff line Loading @@ -83,8 +83,7 @@ class HostClient(Client): def script_run(self, sha1_hash, script, owner, batch=None, *args): """ Run a script on the host. """ return self.conn.call('script_run', sha1_hash, script, owner, batch=batch, *args) return self.conn.call('script_run', sha1_hash, script, owner, batch, *args) def plugin_help(self, plugin, method): """ Get help about a plugin installed on matching host. Loading Loading
cloudcontrol/server/clients/host.py +1 −2 Original line number Diff line number Diff line Loading @@ -83,8 +83,7 @@ class HostClient(Client): def script_run(self, sha1_hash, script, owner, batch=None, *args): """ Run a script on the host. """ return self.conn.call('script_run', sha1_hash, script, owner, batch=batch, *args) return self.conn.call('script_run', sha1_hash, script, owner, batch, *args) def plugin_help(self, plugin, method): """ Get help about a plugin installed on matching host. Loading