diff --git a/bob/bio/face/config/database/pola_thermal.py b/bob/bio/face/config/database/pola_thermal.py index 1fa6d5599bd3c543eabb6deebca5dbb3c662faf2..e4ea2050b19a000cb9e792fe301b250350c20586 100644 --- a/bob/bio/face/config/database/pola_thermal.py +++ b/bob/bio/face/config/database/pola_thermal.py @@ -3,7 +3,7 @@ from bob.bio.face.database import PolaThermalDatabase # In case protocol is comming from chain loading # https://www.idiap.ch/software/bob/docs/bob/bob.extension/stable/py_api.html#bob.extension.config.load if "protocol" not in locals(): - protocol = "VIS-thermal-overall-split1"" + protocol = "VIS-thermal-overall-split1" database = PolaThermalDatabase(protocol=protocol)