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:
parent
3071cec4f6
commit
81c53ea0bb
@ -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 = ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user