mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +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. '
|
'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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user