Skip to content

Commit

Permalink
Fix handling basedir with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Jul 3, 2013
1 parent 7f557d5 commit 48447b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave/buildslave/scripts/create_slave.py
Expand Up @@ -22,7 +22,7 @@
from twisted.application import service
from buildslave.bot import BuildSlave
basedir = r'%(basedir)s'
basedir = %(basedir)r
rotateLength = %(log-size)s
maxRotatedFiles = %(log-count)s
Expand Down

0 comments on commit 48447b4

Please sign in to comment.