Skip to content

Commit

Permalink
don't print filenames with %r
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Aug 20, 2010
1 parent 9ef8046 commit f36f840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave/buildslave/commands/transfer.py
Expand Up @@ -87,7 +87,7 @@ def _writeBlock(self):

if length <= 0:
if self.stderr is None:
self.stderr = 'Maximum filesize reached, truncating file %r' \
self.stderr = 'Maximum filesize reached, truncating file \'%s\'' \
% self.path
self.rc = 1
data = ''
Expand Down

0 comments on commit f36f840

Please sign in to comment.