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 3100659 commit 9262142
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 @@ -361,7 +361,7 @@ def main():
main_build(dir_path, output_dir=out_dir, platform=args.platform,
verbose=args.verbose, cache_dir=args.cache_dir,
dry_run=args.dry_run, conda_exe=conda_exe,
construct_yaml_path=normalize_path(args.construct_yaml_path))
construct_yaml_path=args.construct_yaml_path


if __name__ == '__main__':
Expand Down

0 comments on commit 9262142

Please sign in to comment.