Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[checkoutlinesufo.py] UFO format should be 2
  • Loading branch information
kaydeearts committed May 4, 2021
1 parent 4d39083 commit 288ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/afdko/checkoutlinesufo.py
Expand Up @@ -78,7 +78,7 @@ def open(self, use_hash_map):
print("Converting to temp UFO font...")
self.temp_ufo_path = temp_path = get_temp_dir_path('font.ufo')
if self.font_format == 'PFC':
self.ufo_format = UFOFormatVersion.FORMAT_3_0
self.ufo_format = UFOFormatVersion.FORMAT_2_0

if not run_shell_command([
'tx', '-ufo', font_path, temp_path]):
Expand Down

0 comments on commit 288ab88

Please sign in to comment.