Skip to content

Commit

Permalink
builder2ibek.support allow overrides to set type
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 7, 2023
1 parent 5970d60 commit 324d94d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder2ibek.support.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def make_arg(self, name, details, default=None):
if name not in self.builder_args:
if ArgInfo.arg_num in self.overrides:
value = self.overrides[ArgInfo.arg_num]
typ = type(value).__name__

self.builder_args[name] = value

Expand Down

0 comments on commit 324d94d

Please sign in to comment.