mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Drop redundant 'Error:'
This commit is contained in:
parent
9bb93b6fc0
commit
574f6a239d
@ -96,7 +96,7 @@ class PbuilderDist:
|
||||
'This is probably not what you want. '
|
||||
'pbuilder-dist will use sudo itself, when necessary.')
|
||||
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)
|
||||
|
||||
if not os.path.isdir(self.base):
|
||||
|
Loading…
x
Reference in New Issue
Block a user