Skip to content

Commit

Permalink
Fix formatting for line that is searched by buildbot (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking authored Jan 31, 2025
1 parent 551341e commit 443d7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot.tac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ logfile = LogFile.fromFullPath(

# note: this line is matched against to check that this is a buildmaster
# directory; do not edit it.
application = service.Application("buildmaster")
application = service.Application('buildmaster') # fmt: skip
application.setComponent(ILogObserver, FileLogObserver(logfile).emit)

m = BuildMaster(basedir, configfile, umask)
Expand Down

0 comments on commit 443d7cf

Please sign in to comment.