diff --git a/repomon.py b/repomon.py index 4c7116a..6382cf7 100755 --- a/repomon.py +++ b/repomon.py @@ -225,7 +225,7 @@ class EventHandler(pyinotify.ProcessEvent): info blob)''') self._db.execute('''create table if not exists sigfiles (filename text unique, - pkgrepo text,)''') + pkgrepo text)''') dirs = [os.path.join(base, x) for x in ('any', 'i686', 'x86_64')] self.files = files = set()