Skip to content

Conversation

@zhushizi
Copy link

Added a function for deploying network services.

加了一个网络服务部署的功能
@NielsMayer
Copy link
Contributor

I have no idea what this PR accomplishes, and the comments and code-messages in Chinese aren't helping make things clearer.

删除了一些不需要的文件
删除了一些不需要的文件
Comment on lines +34 to +39
c
if c in keep
else (
ADDITIONAL_DIACRITICS[c]
if c in ADDITIONAL_DIACRITICS
else (
Copy link
Contributor

@cclauss cclauss Oct 17, 2025

Choose a reason for hiding this comment

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

Please use dict.get() instead...

Suggested change
c
if c in keep
else (
ADDITIONAL_DIACRITICS[c]
if c in ADDITIONAL_DIACRITICS
else (
ADDITIONAL_DIACRITICS.get(c) or

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.

5 participants