Commit ef2c46f0 authored by Lauren Adoram-Kershner's avatar Lauren Adoram-Kershner Committed by jlaura
Browse files

taking self out of static method (#396)

parent b6550a41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1877,7 +1877,7 @@ WHERE
        return llen

    @staticmethod
    def queue_flushdb(self):
    def queue_flushdb():
        """
        Clear the processing queue of any left over jobs from a previous cluster
        job cancellation or hanging jobs.