From 30308c965b8a45a7958dadaefa182e30ebdd8d75 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 2 Feb 2019 11:27:17 +0100 Subject: [PATCH] Tweak to make python3 happy with our buildbot configuration --- buildbot.tac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot.tac b/buildbot.tac index f86049b..7612dcf 100644 --- a/buildbot.tac +++ b/buildbot.tac @@ -7,7 +7,7 @@ from buildbot.master import BuildMaster basedir = r'.' rotateLength = 10000000 maxRotatedFiles = 10 -umask = 002 +umask = 0o02 # if this is a relocatable tac file, get the directory containing the TAC if basedir == '.':