OrenGitHub / dhscanner

free as in speech container scanner
https://orengithub.github.io/
1 stars 0 forks source link

Missing call in knowledge base #70

Closed OrenGitHub closed 2 weeks ago

OrenGitHub commented 2 weeks ago
$ grep -rn "kb_call( startloc_36_1067_endloc_36_1105" kb.pl | wc -l
0
OrenGitHub commented 2 weeks ago

Here is the missing call:

     def generic(object_name, method_name = 'all')
       events_data = generic_call(object_name, method_name) # <--- here
       to_ical(events_data)
     end
OrenGitHub commented 2 weeks ago
$ grep -rn "kb_call( startloc_36_1067_endloc_36_1105" kb.pl | wc -l
1