# Setup the backend that caches ond handles triggers
backend=ActiveBackend.activeBackend(
metaInfoEnv=metaInfoEnv,
...
...
@@ -137,7 +148,7 @@ class NomadParser(object):
else:
logger.error("Trying to setup an id for an undefined path. See that the path was written correctly and it was given in the files attribute of the JSON string.")
msg="Tried to read the number of atoms from the initial configuration, but the parser does not yet support the '{}' format that is used by file '{}'.".format(coord_format,self.parser.file_ids["initial_coordinates"])