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 1qXzUq-000VNO-0Q for pgadmin-hackers@arkaria.postgresql.org; Mon, 21 Aug 2023 07:38:44 +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 1qXzUo-003Ruj-5H for pgadmin-hackers@arkaria.postgresql.org; Mon, 21 Aug 2023 07:38:41 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qXzUn-003Rub-SF for pgadmin-hackers@lists.postgresql.org; Mon, 21 Aug 2023 07:38:41 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qXzUj-000879-WD for pgadmin-hackers@lists.postgresql.org; Mon, 21 Aug 2023 07:38:40 +0000 Received: from github.com (hubbernetes-node-1316d73.ash1-iad.github.net [10.56.152.33]) by smtp.github.com (Postfix) with ESMTPA id 49A636009D9 for ; Mon, 21 Aug 2023 00:38:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692603516; bh=x3Y1mBnWDgtzGbqVZLtJgQ/bw4Fl0CCqWjrr2WabNPo=; h=Date:From:To:Subject:From; b=CSpk2aHHk/OXI4f/LOkAkdwoxXdkHua82Nrn624kCmu04NkkDU3kqA9cvyLsZ4Jhl nlOhqKoOKfrvpZGzEA6+dA7yAXnefQruOImi1Rv/QnZYGUbDW81KLqPKtkuQrrL5sO ggupt2Ohu2w0BdarT0mocIiusA06Qj6irTUIws70= Date: Mon, 21 Aug 2023 00:38:36 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 779749: Fix an 'str expected' error in import/export when ... 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: 779749a5156648a1456eb09496a6825eb53d8869 https://github.com/pgadmin-org/pgadmin4/commit/779749a5156648a1456eb09496a6825eb53d8869 Author: Aditya Toshniwal Date: 2023-08-21 (Mon, 21 Aug 2023) Changed paths: M web/pgadmin/utils/driver/psycopg3/server_manager.py Log Message: ----------- Fix an 'str expected' error in import/export when setting server password in env