Revision 6f9e71bb

b/lib/watcher/__init__.py
445 445
      logging.exception("Unable to read '%s', ignoring", filename)
446 446
    return (None, None)
447 447
  else:
448
    return (statcb.st.st_mtime, [line.split(1)
448
    return (statcb.st.st_mtime, [line.split(None, 1)
449 449
                                 for line in content.splitlines()])
450 450

  
451 451

  

Also available in: Unified diff