From a195e38901915567ad0e6c3b3ae252434bf99b47 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Wed, 10 Dec 2008 20:14:23 -0500 Subject: Fix incorrect indentation causing errors in tupkgupdate. Signed-off-by: Loui Chang --- tupkg/update/tupkgupdate | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tupkg') diff --git a/tupkg/update/tupkgupdate b/tupkg/update/tupkgupdate index 4d0d689..06154e8 100755 --- a/tupkg/update/tupkgupdate +++ b/tupkg/update/tupkgupdate @@ -544,12 +544,12 @@ for package in packages.values(): if (switches.get("--paranoid") == True and package.new.file != None): if not (areFilesIdentical(package.old.file, package.new.file)): warning("New package file with identical version '" + - package.new.file + "' is different than the old one:") - if (switches.get("--delete") == True): - warning(" Deleting the new file.") - delete.append(package.new.file) - else: - warning(" Ignoring the new file.") + package.new.file + "' is different than the old one:") + if (switches.get("--delete") == True): + warning(" Deleting the new file.") + delete.append(package.new.file) + else: + warning(" Ignoring the new file.") continue # 5 -- cgit v1.2.3-54-g00ecf