diff --git a/browserstack/local.py b/browserstack/local.py index d48915c..cb3bd2c 100644 --- a/browserstack/local.py +++ b/browserstack/local.py @@ -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() diff --git a/setup.py b/setup.py index b59e99a..342bcbe 100644 --- a/setup.py +++ b/setup.py @@ -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 = 'support@browserstack.com',