Ejemplo n.º 1
0
def check_db(inputdirs):
  """Test whether the filesystem and the database have the same information."""
  for inputdir in inputdirs:
    mapping = DBMap(inputdir)
    mapping.test()