ViFi icon indicating copy to clipboard operation
ViFi copied to clipboard

Fixed miscFile is None error

Open ddemaeyer opened this issue 6 years ago • 1 comments

When running ViFi I'm getting a miscFile is None error. This explicit check fixes this condition.

ddemaeyer avatar Aug 27 '18 14:08 ddemaeyer

You don't have to add additional if statement, you can just correct parentheses in the above one. The entire expression is equated to zero instead of just the len part.

3w3lfin avatar Aug 31 '18 05:08 3w3lfin