Searched refs:ufo_path (Results 1 – 1 of 1) sorted by relevance
1589 def _sniffFileStructure(ufo_path): argument1596 if zipfile.is_zipfile(ufo_path):1598 elif os.path.isdir(ufo_path):1600 elif os.path.isfile(ufo_path):1602 "The specified UFO does not have a known structure: '%s'" % ufo_path1605 raise UFOLibError("No such file or directory: '%s'" % ufo_path)