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
Hi, I have identified a minor typo in the download_tool.py file of the project. The error can be found at line 352, where "set" is mistakenly used instead of "set_".
Hi, I have identified a minor typo in the download_tool.py file of the project. The error can be found at line 352, where "set" is mistakenly used instead of "set_".
gnr/genebody/download_tool.py
Line 352 in bb3ff23
When executing the code, it produces the following error:
>>> TypeError: 'in <string>' requires string as left operand, not type.
So, I kindly suggest rectifying the typo by replacing "set" with "set_" in the download_tool.py file.
Thank you.
The text was updated successfully, but these errors were encountered: