From fbace8c558432cfbe737de5d145a6d2af81f834e Mon Sep 17 00:00:00 2001
From: Olegs NIKISINS <onikisins@italix03.idiap.ch>
Date: Mon, 12 Mar 2018 11:07:50 +0100
Subject: [PATCH] Missing coma in objects()

---
 bob/pad/face/database/batl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/pad/face/database/batl.py b/bob/pad/face/database/batl.py
index 5f06b276..f0e735c5 100644
--- a/bob/pad/face/database/batl.py
+++ b/bob/pad/face/database/batl.py
@@ -232,7 +232,7 @@ class BatlPadDatabase(PadDatabase):
         # Since this database was designed for PAD experiments, nothing special
         # needs to be done here.
 
-        files = self.db.objects(protocol=protocol, groups=groups, purposes=purposes **kwargs)
+        files = self.db.objects(protocol=protocol, groups=groups, purposes=purposes, **kwargs)
 
         files = [BatlPadFile(f, stream_type, max_frames) for f in files]
         return files
-- 
GitLab