From: Noah Morrison Date: Thu, 15 Jun 2017 02:53:33 +0000 (-0400) Subject: Fix flake8 X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=16e3996027bf753f47f54991d31893766577a854;p=chevron.git Fix flake8 --- 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