Dave Thomas
Results
1
issues of
Dave Thomas
Small thing here - My linter is complaining about the code [here ](https://github.com/e-koch/FilFinder/blob/0a877f7afa127417fba1b96b840bea5f5cdf580f/fil_finder/width.py#L481)and [here](https://github.com/e-koch/FilFinder/blob/0a877f7afa127417fba1b96b840bea5f5cdf580f/fil_finder/width.py#L484), because we should really be using `==` for string comparison, not `is`, right? `if bintype ==...