Skip to content

Commit

Permalink
Fix misnamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sdilts committed Feb 27, 2020
1 parent b5a33e4 commit 0f64e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_bindgen/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _add_dict_to_option(option, dictionary):
if output:
option.output = output
if args:
options.arguments.extend(args)
option.arguments.extend(args)
if package:
option.package = package
if force:
Expand Down

0 comments on commit 0f64e4e

Please sign in to comment.