Loading cloudcontrol/node/host/__init__.py +5 −1 Original line number Diff line number Diff line Loading @@ -389,7 +389,11 @@ class Handler(BasePlugin): """ :param name: attachment name """ try: return self.jobs_manager.get(job_id).read_attachment(name) except Exception: logger.exception('Error while getting job attachment') raise @pass_connection def plugin_install(self, conn, sha1, name): Loading Loading
cloudcontrol/node/host/__init__.py +5 −1 Original line number Diff line number Diff line Loading @@ -389,7 +389,11 @@ class Handler(BasePlugin): """ :param name: attachment name """ try: return self.jobs_manager.get(job_id).read_attachment(name) except Exception: logger.exception('Error while getting job attachment') raise @pass_connection def plugin_install(self, conn, sha1, name): Loading