Skip to content

Commit

Permalink
DefaultCodebases -> DEFAULT_CODEBASES
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 16, 2013
1 parent 8084a08 commit 136b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/schedulers/timed.py
Expand Up @@ -200,7 +200,7 @@ class Periodic(Timed):
def __init__(self, name, builderNames, periodicBuildTimer,
reason="The Periodic scheduler named '%(name)s' triggered this build",
branch=None, properties={}, onlyImportant=False,
codebases=base.BaseScheduler.DefaultCodebases):
codebases=base.BaseScheduler.DEFAULT_CODEBASES):
Timed.__init__(self, name=name, builderNames=builderNames,
properties=properties, reason=reason, codebases=codebases)
if periodicBuildTimer <= 0:
Expand Down

0 comments on commit 136b260

Please sign in to comment.