Skip to content

Commit

Permalink
Added Assert_FileExists to rawlog file parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JGMonroy committed Jun 10, 2014
1 parent b06739b commit 9d8ff0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MapCreator/CMapCreator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ bool CMapCreator::OnStartUp()

//! @moos_param rawlog_file (optional) Path to the rawlog file to process
rawlog_file = m_ini.read_string("","rawlog_file","",false);
ASSERT_FILE_EXISTS_(rawlog_file)

cout << "[MapCreator]: Parameters configuration Done " << endl;
return DoRegistrations();
}
//-------------------------------------
Expand Down

0 comments on commit 9d8ff0e

Please sign in to comment.