Skip to content

Commit 4c4ecba

Browse files
adding comments for sauce connect
1 parent 908a08d commit 4c4ecba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sample-code/examples/python/sauce_connect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def setUpWebServer(self):
6767
thread.start()
6868

6969
def setUpTunnel(self):
70-
# Setting up Sauce Connect tunnel
70+
# Setting up Sauce Connect 4.x tunnel
71+
# May need to change ./sc/bin/sc depending on OS and directory structure
7172
self.process = subprocess.Popen(['./sc/bin/sc -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY'],
7273
shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
7374
p = self.process

0 commit comments

Comments
 (0)