Whitespace.

git-svn-id: http://svn.robofab.com/branches/ufo3k@293 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
Tal Leming 2011-09-26 20:50:31 +00:00
parent 43a4328e5e
commit e4d321f759

View File

@ -403,7 +403,7 @@ class UFOWriter(object):
p = os.path.join(path, METAINFO_FILENAME)
if not os.path.exists(p):
raise UFOLibError("The metainfo.plist file is not in the existing UFO.")
metaInfo = self._readPlist(METAINFO_FILENAME)
metaInfo = self._readPlist(METAINFO_FILENAME)
previousFormatVersion = metaInfo.get("formatVersion")
try:
previousFormatVersion = int(previousFormatVersion)