Skip to content

Commit

Permalink
Update buildbot.tac
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking authored Jan 31, 2025
1 parent 443d7cf commit 67ed86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/buildbot.tac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maxRotatedFiles = 10

# note: this line is matched against to check that this is a worker
# directory; do not edit it.
application = service.Application("buildbot-worker")
application = service.Application('buildbot-worker') # fmt: skip

logfile = LogFile.fromFullPath(
os.path.join(basedir, "twistd.log"), rotateLength=rotateLength, maxRotatedFiles=maxRotatedFiles
Expand Down

0 comments on commit 67ed86c

Please sign in to comment.