unified-font-object / ufoNormalizer

A tool that will normalize the XML and other data inside of a UFO.
Other
51 stars 19 forks source link

Respect --no-mod-times in one more place #44

Closed khaledhosny closed 6 years ago

khaledhosny commented 6 years ago

Using --no-mod-times without this change seems to still write (some?) modification times, at least for me.

miguelsousa commented 6 years ago

seems to still write (some?) modification times

Looking at the code it seems that it happens for UFOs that are version 3 and above, because normalizeGlyphsDirectory calls storeModTimes whereas normalizeUFO1And2GlyphsDirectory does not.

khaledhosny commented 6 years ago

I’m using it with version 3 UFOs indeed.

anthrotype commented 6 years ago

Thanks!