mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-13 01:41:29 +00:00
Visually separate the debdiff a little
This commit is contained in:
parent
a9c0df9627
commit
60e063e484
@ -129,7 +129,7 @@ class EditFile(object):
|
||||
|
||||
def edit(self, optional=False):
|
||||
if optional:
|
||||
print "Currently the %s looks like:" % self.description
|
||||
print "\n\nCurrently the %s looks like:" % self.description
|
||||
with open(self.filename, 'r') as f:
|
||||
print f.read()
|
||||
if YesNoQuestion().ask("Edit", "no") == "no":
|
||||
|
Loading…
x
Reference in New Issue
Block a user