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
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
System and Python Environment
uname -a
python -V
python cobra.py
Description
在/cobra/pickup.py文件的165行左右,如下
其中
这几个变量声明成全局变量导致多个项目的文件信息都加在了一起,文件数也越来越多,导致后面的识别语言和框架也出错。
修复建议,将上面几个变量放在初始化函数中,如下:
Steps to Reproduce
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
The text was updated successfully, but these errors were encountered: