Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call init_console in mamba to prevent UTF8 errors when extracting pac… #2657

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

JohanMabille
Copy link
Member

@JohanMabille JohanMabille commented Jul 5, 2023

…kages

Completes #2655

@JohanMabille JohanMabille force-pushed the mamba_locale branch 2 times, most recently from 7f98f5d to ff98fb0 Compare July 5, 2023 17:05
Comment on lines 1080 to 1087
def noarch(self) -> str:
"""
:type: str
"""
@noarch.setter
def noarch(self, arg0: str) -> None:
pass
@property
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove these?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmmh I didn't, probably the stubs generation because I didn't rebase.

Comment on lines 1544 to 1545
def download_and_check_targets(self, arg0: DownloadTargetList) -> bool: ...
def finalize_checks(self) -> None: ...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same?

@JohanMabille JohanMabille force-pushed the mamba_locale branch 2 times, most recently from 8034021 to 010c4ba Compare July 5, 2023 19:13
@JohanMabille JohanMabille merged commit cd1119f into mamba-org:main Jul 5, 2023
20 checks passed
@JohanMabille JohanMabille deleted the mamba_locale branch July 5, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants