Skip to content

Commit 349f0d8

Browse files
authored
Merge branch 'master' into pr-gzip
2 parents ac36e9e + 89f14b5 commit 349f0d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserstack/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __xstr(self, key, value):
2525
elif str(value).lower() == "false":
2626
return ['']
2727
else:
28-
return ['-' + key, value]
28+
return ['-' + key, str(value)]
2929

3030
def get_package_version(self):
3131
name = "browserstack-local"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name = 'browserstack-local',
77
packages = ['browserstack'],
8-
version = '1.2.8',
8+
version = '1.2.9',
99
description = 'Python bindings for Browserstack Local',
1010
long_description=open('README.md').read(),
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)