Merge pull request #508 from postgrespro/PBCKP-231

[PBCKP-231] hotfix for python2
This commit is contained in:
Sokolov Yura
2022-07-12 21:17:43 +03:00
committed by GitHub
+1 -1
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 = ''