kraflab/lmp

Error: undefined method `each' for nil:NilClass (NoMethodError) when trying to use

Opened this issue · 0 comments

When I'm trying to execute the prgram I get the following error:

C:/Users/{My username}/Desktop/lmp-master/lmp-master/lib/lmp/analysis.rb:19:in `report': undefined method `each' for nil:NilClass (NoMethodError)

  @analyses.each { |a| a.report(filename_root) }
           ^^^^^
    from parse_lmp.rb:27:in `report_deep_analyses'
    from parse_lmp.rb:17:in `call'
    from parse_lmp.rb:55:in `<main>'