From 16e3996027bf753f47f54991d31893766577a854 Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Wed, 14 Jun 2017 22:53:33 -0400 Subject: [PATCH] Fix flake8 --- chevron/main.py | 1 + test_spec.py | 1 + 2 files changed, 2 insertions(+) diff --git a/chevron/main.py b/chevron/main.py index 1c38281..ca4dfec 100755 --- a/chevron/main.py +++ b/chevron/main.py @@ -82,5 +82,6 @@ def cli_main(): print(' ' + '\n '.join(e.args[0].split('\n'))) exit(1) + if __name__ == '__main__': cli_main() diff --git a/test_spec.py b/test_spec.py index de2130f..8d1c662 100755 --- a/test_spec.py +++ b/test_spec.py @@ -41,6 +41,7 @@ def _test_case_from_path(json_path): # Return the built class return MustacheTestCase + # Create TestCase for each json file for spec in SPECS: # Ignore optional tests -- 2.47.3