Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qirTO-0085rF-5D for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Sep 2023 07:18:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qirTM-00F3I6-2z for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Sep 2023 07:18:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qirTL-00F3Hk-PV for pgadmin-hackers@lists.postgresql.org; Wed, 20 Sep 2023 07:18:07 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qirTE-005a8w-Uq for pgadmin-hackers@lists.postgresql.org; Wed, 20 Sep 2023 07:18:06 +0000 Received: from github.com (hubbernetes-node-47c2ae5.ac4-iad.github.net [10.52.138.43]) by smtp.github.com (Postfix) with ESMTPA id 29B0A1E0BBB for ; Wed, 20 Sep 2023 00:17:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695194279; bh=qHiiQEtir/Hw/frUDEcEEzy39eKERCdLwtOUj3YnB4Y=; h=Date:From:To:Subject:From; b=jAIR4UoPJHYSYQkQadpIr7fkZLEyQ3oY//ovx9eo22bd98XQ+E4RANx6J9CuGGAKp b/JD26yTI2zOqhENBwUZ3Uz1wfXZ3qUBk4RL+wheQJ6X8q4+0Bikkw8hak5SXBa7ep 9y/EFp8fScCQXdiLjbmFzsw3oCzU4BtIRsPwVASA= Date: Wed, 20 Sep 2023 00:17:59 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 3b616b: Handle a missing case in previous commit where a P... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 3b616b2fb1cf0dc31933aec751aea8ec266e5bcc https://github.com/pgadmin-org/pgadmin4/commit/3b616b2fb1cf0dc31933aec751aea8ec266e5bcc Author: Aditya Toshniwal Date: 2023-09-20 (Wed, 20 Sep 2023) Changed paths: M web/pgadmin/utils/__init__.py Log Message: ----------- Handle a missing case in previous commit where a PG binary may not be present on some systems. #6763