You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jehunseo ,
리포트 감사합니다!
ctypes의 멤버들은 일단 쓰이게 되면 자주 쓰이기 때문에,
SysMgr.importPkgItems() 함수로 모두 globals로 옮겨 사용하는데요.
주석처리한 부분은 pylint 등의 프로그램을 돌릴 때 error가 나는 것을 임시적으로 방지하기 위해 남겨두었습니다 :)
혹시 저렇게 자주 쓰는 module의 멤버들을 여러 함수들에서 쉽게 쓰기 위해 좋은 아이디어가 있으면 제안해주셔요.
Issue #206 을 보고 printKmsg()함수를 읽어보던 중 신경쓰이는 점이 있어 업로드합니다.
함수 중 13126, 13138번 줄의 c_char, memset 함수 두군데에서 경고가 떠 있어 확인해보니 undefined된 변수라고 되어있어 검색해보니 파이썬 ctypes 모듈의 함수인 것으로 보입니다.
맨 위에 모듈 import하는 부분을 확인해보니
저렇게 ctypes부분이 주석처리되어있는데 주석 처리 후 다른 작업을 하다 실수로 수정이 안된 것으로 보입니다. 확인 부탁드립니다.
The text was updated successfully, but these errors were encountered: