mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/fontmake: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
--- a/Lib/fontmake/font_project.py
|
||||
+++ b/Lib/fontmake/font_project.py
|
||||
@@ -149,8 +149,7 @@ class FontProject:
|
||||
os.mkdir(master_dir)
|
||||
if instance_dir is None:
|
||||
instance_dir = self._output_dir("ufo", is_instance=True)
|
||||
+ instance_dir = os.path.join("..",instance_dir)
|
||||
- if not os.path.isdir(instance_dir):
|
||||
- os.mkdir(instance_dir)
|
||||
|
||||
try:
|
||||
font = glyphsLib.GSFont(glyphs_path)
|
||||
Reference in New Issue
Block a user