Skip to content

Commit

Permalink
Update project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ylz0923 authored May 26, 2024
1 parent fca67e8 commit 98b6048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/west/app/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def bootstrap(self, args) -> Path:
# Parse the manifest to get "self: path:", if it declares one.
# Otherwise, use the URL. Ignore imports -- all we really
# want to know is if there's a "self: path:" or not.
manifest = Manifest.from_data(temp_manifest.read_text('utf-8'),
manifest = Manifest.from_data(temp_manifest.read_text(encoding='utf-8'),
import_flags=ImportFlag.IGNORE)
if manifest.yaml_path:
manifest_path = manifest.yaml_path
Expand Down

0 comments on commit 98b6048

Please sign in to comment.