Skip to content

Commit

Permalink
Merge pull request #20 from bipul21/binarypath_fix
Browse files Browse the repository at this point in the history
Fix for binary path error and version bump
  • Loading branch information
AnkurGel authored Jul 28, 2017
2 parents 32e11a3 + 1c228cf commit 8b43dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browserstack/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def start(self, **kwargs):
del self.options['key']

if 'binarypath' in self.options:
self.binary_path = binary_path
self.binary_path = self.options['binarypath']
del self.options['binarypath']
else:
self.binary_path = LocalBinary().get_binary()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name = 'browserstack-local',
packages = ['browserstack'],
version = '1.2.1',
version = '1.2.2',
description = 'Python bindings for Browserstack Local',
author = 'BrowserStack',
author_email = '[email protected]',
Expand Down

0 comments on commit 8b43dbf

Please sign in to comment.