Skip to content

Commit

Permalink
Getting rid of unused variable in buckw
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 6, 2018
1 parent c5aa954 commit 9fd4cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buckw
Expand Up @@ -80,7 +80,7 @@ elif "detect" == parsed.stamp_build and cmd in stamped_commands:
try:
rev = subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD']).strip()
args.extend(["--config", "selenium.rev=%s" % rev, "--config", "selenium.timestamp=%s" % timestamp])
except subprocess.CalledProcessError, e:
except subprocess.CalledProcessError:
print("WARNING: UNABLE TO DETERMINE SELENIUM REVISION. BUILD NOT STAMPED PROPERLY")
args.extend(["--config", "selenium.rev=unknown", "--config", "selenium.timestamp=%s" % timestamp])

Expand Down

0 comments on commit 9fd4cf7

Please sign in to comment.