This repository has been archived by the owner on Nov 29, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing undefined method [] for nil:NilClass error
When extracting some PDF papers you can get the `error: undefined method []' for nil:NilClass` error on `lib/analysis/titles.rb` file on line 30. The fix is to verify before if there is some title inside `titles` variable before check.
- Loading branch information