diff --git a/otherfile/version_check.py b/otherfile/version_check.py index 3a432c10..f2246842 100644 --- a/otherfile/version_check.py +++ b/otherfile/version_check.py @@ -51,7 +51,8 @@ "otherfile", "test.html"): HTML_ITEMS, os.path.join( "opem", "Params.py"): PARAMS_ITEMS, os.path.join( "opem", "Test", "test_Functions.py"): TEST_ITEMS, os.path.join( - "otherfile", "meta.yaml"): META_ITEMS, "OPEM.spec": SPEC_ITEMS} + "otherfile", "meta.yaml"): META_ITEMS, + "OPEM.spec": SPEC_ITEMS} TEST_NUMBER = len(FILES.keys()) + 1