Commit 55904b88 authored by Antoine Millet's avatar Antoine Millet
Browse files

Fixed bug with stop method handler.

parent 85a047a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ class CliHandler(OnlineCCHandler):
    @listed
    def destroy(self, conn, query):
        self._check(conn, 'destroy', query)
        self.stop(query, force=True)
        self.stop(conn, query, force=True)

    @listed
    def pause(self, conn, query):