We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d471ba9 commit 714cd00Copy full SHA for 714cd00
.gitignore
@@ -6,6 +6,5 @@ MANIFEST
6
7
venv
8
build
9
-browserstack_local.egg-info
10
11
browserstack_local.egg-info
browserstack/local.py
@@ -81,7 +81,6 @@ def start(self, **kwargs):
81
if "onlyCommand" in kwargs and kwargs["onlyCommand"]:
82
return
83
84
-
85
if 'source' in self.options:
86
del self.options['source']
87
0 commit comments