We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec4d29 commit 7adf281Copy full SHA for 7adf281
schemascii/__init__.py
@@ -35,7 +35,7 @@ def render(filename: str, text: str = None, **options) -> str:
35
# default options
36
options = default_options | options
37
for oname, otypefun in option_types.items():
38
- options[oname] = otypefun(option[oname])
+ options[oname] = otypefun(options[oname])
39
# get everything
40
grid = Grid(filename, text)
41
components, bom_data = find_all(grid)
0 commit comments