mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Merge pull request #508 from postgrespro/PBCKP-231
[PBCKP-231] hotfix for python2
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user