Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not anymore support Python 3.X #9

Open
jbalmonte1 opened this issue Nov 5, 2021 · 0 comments
Open

Does not anymore support Python 3.X #9

jbalmonte1 opened this issue Nov 5, 2021 · 0 comments

Comments

@jbalmonte1
Copy link

Hi, I'm having an issue with Run Jmeter keyword whenever I add additional optional arguments. I am getting AttributeError: module 'string' has no attribute 'split' on line where additional optional arguments are split (line 220 self.params = string.split(self.paramsStr)). I think main reason for this is that string.split() is not anymore supported in Python 3.X. Could anyone please confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant