AllenInstitute / AllenInstitute/AllenSDK
Exception has not enough arguments
Open
@nicain is already working on this.
Since Aug 23, 2018.
bug
good first issue
task
- Dominant language
- Jupyter Notebook
- Stars
- 398
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
Issue identified here: https://github.com/AllenInstitute/AllenSDK/pull/215/files#r212392256
two arguments are unpacked (%d handles an integer, and %s handles a string), however the tuple that will be unpacked has length 1. This will raise an exception, but obfuscate the intended exception!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.