Guest User

Untitled

a guest
Apr 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. --- src/lib/Server/Plugin.py (revision 4436)
  2. +++ src/lib/Server/Plugin.py (working copy)
  3. @@ -619,8 +619,9 @@
  4. if posixpath.isdir(epath):
  5. self.AddDirectoryMonitor(epath[len(self.data):])
  6. if ident not in self.entries:
  7. + dirpath = "".join([self.data, ident])
  8. self.entries[ident] = self.es_cls(self.filename_pattern,
  9. - epath,
  10. + dirpath,
  11. self.properties,
  12. self.es_child_cls)
  13. self.Entries['ConfigFile'][ident] = self.entries[ident].bind_entry
Add Comment
Please, Sign In to add comment