snowballstem / pystemmer

Python stemming library using snowball stemmers
https://snowballstem.org/
Other
244 stars 47 forks source link

Correct exit code if number of errors % 256 == 0 #10

Closed lamby closed 9 years ago

lamby commented 9 years ago

For example, we had 256 errors (etc.) our process will exit with a successful error code which is incorrect and/or misleading.

ojwb commented 9 years ago

Thanks, fixed in d9a3558e.