Commit a73dbb8b authored by canterburym's avatar canterburym
Browse files

Fixes linter output

parent e19631c8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ if __name__ == '__main__':
            print("  " + formatFailure(error))
        for error in suppressedErrors:
            print(" (" + formatFailure(error) + " - suppressed)")
        totalErrors += len(results)
        totalErrors += len(errors)
        totalSuppressed += len(suppressedErrors)

    print ("-----------------------------")