From 8540d5390e70388625ee006562b450efa924113b Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 2 Jan 2019 01:15:15 +0100 Subject: Removed an extra comma after a dict literal (#10236) The extra comma was turning a dict into a tuple, and caused errors during validation of the schema. --- lib/spack/spack/schema/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/schema/modules.py b/lib/spack/spack/schema/modules.py index 6b107d9861..0c9b14a8c5 100644 --- a/lib/spack/spack/schema/modules.py +++ b/lib/spack/spack/schema/modules.py @@ -78,7 +78,7 @@ module_file_configuration = { } } } -}, +} module_type_configuration = { 'type': 'object', -- cgit v1.2.3-70-g09d2