Skip to content

Commit

Permalink
[py] Fix flake8 issue in webserver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Nov 14, 2016
1 parent 5e1d455 commit b22f01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/common/webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def updir():
dirname = os.path.dirname
return dirname(dirname(__file__))


LOGGER = logging.getLogger(__name__)
WEBDRIVER = os.environ.get("WEBDRIVER", updir())
HTML_ROOT = os.path.join(WEBDRIVER, "../../../../common/src/web")
Expand Down

0 comments on commit b22f01b

Please sign in to comment.