Skip to content

Commit 1c228cf

Browse files
committed
Fix for binary path error and version bump
1 parent 32e11a3 commit 1c228cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: browserstack/local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def start(self, **kwargs):
3636
del self.options['key']
3737

3838
if 'binarypath' in self.options:
39-
self.binary_path = binary_path
39+
self.binary_path = self.options['binarypath']
4040
del self.options['binarypath']
4141
else:
4242
self.binary_path = LocalBinary().get_binary()

Diff for: setup.py

+1-1
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.1',
8+
version = '1.2.2',
99
description = 'Python bindings for Browserstack Local',
1010
author = 'BrowserStack',
1111
author_email = '[email protected]',

0 commit comments

Comments
 (0)