From 683cd7412ffc10456573e9912de36ba46777b743 Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Mon, 2 Jan 2012 14:02:25 -0500 Subject: LATIN PHI, a-w for OPEN O, other IPA, converging lines... --- scan4dups.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scan4dups.py') diff --git a/scan4dups.py b/scan4dups.py index a1a723e..9ce6193 100644 --- a/scan4dups.py +++ b/scan4dups.py @@ -33,8 +33,8 @@ try: if val != listing[name]: print "Exact conflict found: (%s )[%s][%s]"%(name, listing[name], val) - else: - print "Redundant definition: (%s )[%s]"%(name, val) + else: # It's easier to read if lines have different indentations + print "\tRedundant definition: (%s )[%s]"%(name, val) else: listing[name]=val except StopIteration: -- cgit v1.2.3