Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Mar 29, 2024
1 parent 571eba4 commit 450a36f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/babelfont/convertors/designspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ def save_master_to_ufo(self, master: Master, filename, is_default=False):
ufo.lib["public.postscriptNames"] = psnames
for key, value in master._formatspecific.get(UFO_KEY, {}).items():
ufo.lib[key] = value
self.logger.info("Saving %s", filename)
ufo.save(filename, overwrite=True)

def save_layer_to_ufo(self, ufo_glyph: ufoLib2.objects.Glyph, layer: Layer):
Expand Down

0 comments on commit 450a36f

Please sign in to comment.