mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
fix typo
This commit is contained in:
parent
a3ecc130ab
commit
61b26bd712
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue