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

파이썬 3 에서 invoke 가 작동되지 않는 문제를 해결합니다. #7

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

code-yeongyu
Copy link
Owner

배경

작업 내용

  • invoke 의 함수 스펙을 수정하도록 하는 몽키패치 추가

리뷰 노트

  • 직접 작성한 코드가 아닙니다. 출처를 밝히기 위해 comment 로 어디서 작성된 코드인지 남깁니다.

@@ -5,6 +5,8 @@
from colorama import init as init_colorama
from invoke import Context, task

import fix_invoke as _ # noqa, hack for invoke to work
Copy link
Owner Author

Choose a reason for hiding this comment

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

실제로 모듈 import 를 위해 사용되진 않지만 fix_invoke 의 내용이 실행되기 위해 import 했다는 내용이죠? hack 이라는 내용도 명시해주셔서 이해하기 매우 쉬웠습니다!! 👍

@code-yeongyu code-yeongyu merged commit d6b83e2 into master Feb 6, 2023
@code-yeongyu code-yeongyu deleted the feature/fix-invoke branch February 6, 2023 10:03
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

1 participant