This commit is contained in:
Ben Kiel 2018-07-04 15:02:26 -05:00 committed by GitHub
parent 53b4352a3b
commit e1227441e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,8 +118,8 @@ class GlyphSet(object):
(including the .glif extension). The glyphNameToFileName function (including the .glif extension). The glyphNameToFileName function
is called whenever a file name is created for a given glyph name. is called whenever a file name is created for a given glyph name.
``validateRead`` will validate read operations. It's default is ``True``. ``validateRead`` will validate read operations. Its default is ``True``.
``validateWrite`` will validate write operations. It's default is ``True``. ``validateWrite`` will validate write operations. Its default is ``True``.
""" """
self.dirName = dirName self.dirName = dirName
if ufoFormatVersion not in supportedUFOFormatVersions: if ufoFormatVersion not in supportedUFOFormatVersions: