Skip to content

Commit 81c53ea

Browse files
author
Ivan Lazarev
committed
[PBCKP-231] hotfix for python2
1 parent 3071cec commit 81c53ea

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)