From 7c60065fe7ffb5829e5fbb20441c273fb479bb4b Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Thu, 30 Mar 2017 16:58:57 -0400 Subject: Revert "Comments fixed for compatibility with composefuse." This reverts commit fcd33da6ed86884ba2b1e6103b848759d4d31eb6. ComposeFUSE doesn't need this special treatment anymore. Leaving the commit in place though. --- checklines.py3 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'checklines.py3') diff --git a/checklines.py3 b/checklines.py3 index 33258b1..e38bba1 100755 --- a/checklines.py3 +++ b/checklines.py3 @@ -28,10 +28,5 @@ for line in sys.stdin: print("\tLine's number: {0:X}".format(x)) print("\tChar gives number: {0:X}".format(ord(char))) print("\tNumber gives character: {0} ({1})".format(c, name(c))) - elif comments[1]!='#' and comments[1:].strip() != name(char): - # Only report name issues if other stuff is okay. - print(line) - print("\tLine's char, name: {0} ({1})".format(char, comments[1:].strip())) - print("\tCorrect name: "+name(char)) except Exception as e: print("{0}\n\t{1}".format(line, e)) -- cgit v1.2.3