Skip to content

Commit

Permalink
Initialize buttonName attribute to None
Browse files Browse the repository at this point in the history
  • Loading branch information
ssavrimoutou committed Jun 16, 2015
1 parent ede9ad5 commit 10ab9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/schedulers/forcesched.py
Expand Up @@ -565,7 +565,7 @@ def __init__(self, name, builderNames,
username=UserNameParameter(),
reason=StringParameter(name="reason", default="force build", size=20),
reasonString="A build was forced by '%(owner)s': %(reason)s",
buttonName="Force Build",
buttonName=None,
codebases=None,
label=None,
properties=None):
Expand Down

0 comments on commit 10ab9d8

Please sign in to comment.