Fixed a messages

This commit is contained in:
Tim Emiola 2015-02-26 01:29:03 -08:00
parent 91b73f7dcf
commit f6bb75466a
1 changed files with 1 additions and 2 deletions

View File

@ -152,10 +152,9 @@ def main
run_list_features(stub) run_list_features(stub)
run_route_chat(stub) run_route_chat(stub)
if ARGV.length == 0 if ARGV.length == 0
p 'no feature database; skipping record_route and route_chat' p 'no feature database; skipping record_route'
exit exit
end end
raw_data = [] raw_data = []
File.open(ARGV[0]) do |f| File.open(ARGV[0]) do |f|
raw_data = MultiJson.load(f.read) raw_data = MultiJson.load(f.read)