Skip to content
Snippets Groups Projects
Commit fc60b6cf authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Relaxed type checking of none values.

parent b3159851
Branches
No related merge requests found
......@@ -120,7 +120,7 @@ class LocalBackend(object):
first value of MetaName in gindex in the backend"""
dataManager = self.dataManagers[metaName]
if self.debug:
if self.debug and value is not None:
# Check that the value is actually of scalar type
value_type = type(value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment