From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from biznet-home.integral.gnuweeb.org (unknown [182.253.183.184]) by gnuweeb.org (Postfix) with ESMTPSA id 8C7707E427; Sun, 8 Jan 2023 06:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1673160449; bh=qGdcuxXByq/luK5vyfrXISLEWETAnS3P0aLBdKeOMZU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iYy+iTZiXWPqiMa/yWmyYlusttHm5iLqF4U+csbZ6n7V/w4HcZ3UaPShCGH0C2Fdb hmt3escFSRlZWQlQqVI3P+a43evkncIGU1WWvgsmDmWFaokadPXC2OfUnk9JJytz33 U3yK6HtS1NV8glDSnOtS4X8Cd4VDqmDB5OEsBsmM2N6M/rO9VKqot70+52WT9ZIGOF dE6lNFDHdIuuLZLZCMhkcJSOycjXjK/vme8aXgTihcmeWwL5d9W2ScFNluhiwbbM94 sIiMsXCBdO0RoWggnhotpaUiLTJD1ShqHim637dZScs4xNtOvgHGUxqUjt4D/UoRy3 8CdXUAg11oZtQ== Date: Sun, 8 Jan 2023 13:47:24 +0700 From: Ammar Faizi To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH v2 03/11] Add DaemonException() class Message-ID: References: <20230108061543.1780-1-kiizuha@gnuweeb.org> <20230108061543.1780-4-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230108061543.1780-4-kiizuha@gnuweeb.org> List-Id: On Sun, Jan 08, 2023 at 01:15:35PM +0700, Muhammad Rizki wrote: > Added DaemonException() class in the daemon/exceptions.py to be able to s/Added/Add/ -- Ammar Faizi