Whitespace.
git-svn-id: http://svn.robofab.com/branches/ufo3k@293 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
parent
43a4328e5e
commit
e4d321f759
@ -403,7 +403,7 @@ class UFOWriter(object):
|
|||||||
p = os.path.join(path, METAINFO_FILENAME)
|
p = os.path.join(path, METAINFO_FILENAME)
|
||||||
if not os.path.exists(p):
|
if not os.path.exists(p):
|
||||||
raise UFOLibError("The metainfo.plist file is not in the existing UFO.")
|
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")
|
previousFormatVersion = metaInfo.get("formatVersion")
|
||||||
try:
|
try:
|
||||||
previousFormatVersion = int(previousFormatVersion)
|
previousFormatVersion = int(previousFormatVersion)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user