Skip to content

Commit

Permalink
Fix crash in report, fixes #81
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 18, 2024
1 parent 066d8db commit 25f419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/shaperglot/cli/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def report(options) -> None:
fixes_needed = defaultdict(set)

lang_filter = None
if options.glyphset:
if glyphsets and options.glyphset:
lang_filter = glyphsets.languages_per_glyphset(options.glyphset)

if options.csv:
Expand Down

0 comments on commit 25f419d

Please sign in to comment.