Drop redundant 'Error:'

This commit is contained in:
Stefano Rivera 2011-01-22 18:05:26 +02:00
parent 9bb93b6fc0
commit 574f6a239d

View File

@ -96,7 +96,7 @@ class PbuilderDist:
'This is probably not what you want. ' 'This is probably not what you want. '
'pbuilder-dist will use sudo itself, when necessary.') 'pbuilder-dist will use sudo itself, when necessary.')
if os.stat(os.environ['HOME']).st_uid != os.getuid(): if os.stat(os.environ['HOME']).st_uid != os.getuid():
Logger.error("Error: You don't own $HOME") Logger.error("You don't own $HOME")
sys.exit(1) sys.exit(1)
if not os.path.isdir(self.base): if not os.path.isdir(self.base):