Skip to content

Commit

Permalink
Update constructor/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
millsks and jaimergp authored Nov 1, 2023
1 parent 4f86998 commit 030ed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constructor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main_build(dir_path, output_dir='.', platform=cc_platform,
except ValueError:
sys.exit("Error: invalid platform string '%s'" % platform)

construct_path = construct_yaml_path
construct_path = join(dir_path, construct_yaml_filename)
info = construct_parse(construct_path, platform)
construct_verify(info)
info['CONSTRUCTOR_VERSION'] = __version__
Expand Down

0 comments on commit 030ed69

Please sign in to comment.