1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

[PBCKP-231] hotfix for python2

This commit is contained in:
Ivan Lazarev 2022-07-12 15:04:21 +03:00
parent 3071cec4f6
commit 81c53ea0bb

View File

@ -1880,7 +1880,7 @@ class GdbException(Exception):
class GDBobj:
def __init__(self, cmd, env: ProbackupTest, attach=False):
def __init__(self, cmd, env, attach=False):
self.verbose = env.verbose
self.output = ''