From 61b26bd712ed9fb8eb052edb3a2d824ffe348cc0 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Wed, 21 Aug 2013 23:02:59 +0800 Subject: [PATCH] fix typo --- repomon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()