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 1rKyQA-005Mm1-9l for pgadmin-hackers@arkaria.postgresql.org; Wed, 03 Jan 2024 10:24:22 +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 1rKyQ8-004PrB-U7 for pgadmin-hackers@arkaria.postgresql.org; Wed, 03 Jan 2024 10:24:21 +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 1rKyQ8-004Pqw-JS for pgadmin-hackers@lists.postgresql.org; Wed, 03 Jan 2024 10:24:20 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKyQ6-00DW4I-2S for pgadmin-hackers@lists.postgresql.org; Wed, 03 Jan 2024 10:24:19 +0000 Received: from github.com (hubbernetes-node-1cf423f.ash1-iad.github.net [10.56.169.38]) by smtp.github.com (Postfix) with ESMTPA id E038710091D for ; Wed, 3 Jan 2024 02:24:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704277456; bh=4BEcvQT7iLhfJvkxo17tL2QwobQI9PhrfMxOiJtTxlU=; h=Date:From:To:Subject:From; b=U/D/AQ0+pSiAr54Fs7FihfYhWvLbCG3Tvcow8fH7/8WnNPAGUmAb+HHqyRDaMgaGR 2mcb6oPdg1k0HUB2ENQftNwN7tZOoNq6swwaLo6/Qdw1OAKb7vOaK17++iOCpVImyd pcQdMnkITwTtqdtaBr/rm8HjSP1bPLx3l45l3LbI= Date: Wed, 03 Jan 2024 02:24:16 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4d74f8: Fix a regression issue caused by #6815 fix related... 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: 4d74f84d80b9651ae9f1fa0db44233b9b5616d63 https://github.com/pgadmin-org/pgadmin4/commit/4d74f84d80b9651ae9f1fa0db44233b9b5616d63 Author: Khushboo Vashi Date: 2024-01-03 (Wed, 03 Jan 2024) Changed paths: M web/pgadmin/utils/__init__.py Log Message: ----------- Fix a regression issue caused by #6815 fix related to import server issue for external users.