From 095e4b6e2e63204b29af459db87b2c2c37a781b9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 16 Apr 2019 11:41:29 +0200 Subject: [PATCH] [SKIP CI] cleanup --- ansiblelater/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ansiblelater/__main__.py b/ansiblelater/__main__.py index d8ee432..7fdb750 100755 --- a/ansiblelater/__main__.py +++ b/ansiblelater/__main__.py @@ -57,7 +57,6 @@ def main(): else: LOG.info("Reviewing all of %s" % candidate) tasks.append((candidate, settings, lines)) - # errors = errors + res else: LOG.info("Couldn't classify file %s" % filename)