Commit 8d3c6ae1 authored by Anael Beutot's avatar Anael Beutot
Browse files

Typo

parent 977a6a54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ class Handler(BasePlugin):

    def job_attachment(self, job_id, name):
        """
        :param name: attachement name
        :param name: attachment name
        """
        return self.jobs_manager.get(job_id).read_attachment(name)