Using the following Python code, the process exits with exit code `2` and the message `input in flex scanner failed`: ``` import nmodl nmodl.NmodlDriver().parse_file(".") ``` It's likely because it's a directory? (I tested with other `../dirs` too). Could it raise a `ParseError` or similar instead?
Using the following Python code, the process exits with exit code
2and the messageinput in flex scanner failed:It's likely because it's a directory? (I tested with other
../dirstoo). Could it raise aParseErroror similar instead?