Skip to content

Commit

Permalink
fix typo in gen_ref_data property
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jan 28, 2024
1 parent 86794c3 commit f3bb509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlonmcu/models/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def gen_data_fmt(self):

@property
def gen_ref_data(self):
value = self.config["gen_data"]
value = self.config["gen_ref_data"]
return str2bool(value) if not isinstance(value, (bool, int)) else value

@property
Expand Down

0 comments on commit f3bb509

Please sign in to comment.