mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
remove one more ioloop arg
This commit is contained in:
parent
05c6a7b233
commit
db7e1797fc
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class EventHandler(pyinotify.ProcessEvent):
|
|||
if os.path.exists(p): # filter broken symlinks
|
||||
files.add(p)
|
||||
wm.add_watch(d, pyinotify.ALL_EVENTS)
|
||||
self.repomans[d] = RepoMan(config, d, self._ioloop)
|
||||
self.repomans[d] = RepoMan(config, d)
|
||||
self.name = self.repomans[d].name
|
||||
self._auto_rename = self.repomans[d]._auto_rename
|
||||
self._symlink_any = self.repomans[d]._symlink_any
|
||||
|
|
Loading…
Add table
Reference in a new issue