Skip to content

Commit

Permalink
Replace "." with "_" in static instance file names
Browse files Browse the repository at this point in the history
  • Loading branch information
ftCLI committed May 28, 2023
1 parent 963d784 commit 0c041e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ftCLI/Lib/converters/variable_to_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def run(self, variable_font: VariableFont, instances: list = None):
outputDir=self.options.output_dir,
overWrite=self.options.overwrite,
)
# print(output_file)
static_instance.save(output_file)

generic_info_message(f"Done in {round(time.time() - t, 3)} seconds")
Expand Down

0 comments on commit 0c041e7

Please sign in to comment.