Skip to content

Commit

Permalink
Mac OS message change
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim authored Jan 24, 2019
1 parent 5b9eb15 commit b57b404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
print('Detected OS : Linux')
executable = './chromedriver/chromedriver_linux'
elif platform.system() == 'Darwin':
print('Detected OS : Darwin')
print('Detected OS : Mac')
executable = './chromedriver/chromedriver_mac'
else:
assert False, 'Unknown OS Type'
Expand Down

0 comments on commit b57b404

Please sign in to comment.