Skip to content

Commit 2f19f6d

Browse files
authored
Merge pull request #508 from postgrespro/PBCKP-231
[PBCKP-231] hotfix for python2
2 parents 3071cec + 81c53ea commit 2f19f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/ptrack_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ def __str__(self):
18801880

18811881

18821882
class GDBobj:
1883-
def __init__(self, cmd, env: ProbackupTest, attach=False):
1883+
def __init__(self, cmd, env, attach=False):
18841884
self.verbose = env.verbose
18851885
self.output = ''
18861886

0 commit comments

Comments
 (0)