Refactor ICG to report skipped files consistently

Refs #394
This commit is contained in:
Derek Bankieris
2017-03-15 15:53:56 -05:00
parent b88c75631a
commit 73cbbd96cd
9 changed files with 195 additions and 163 deletions

View File

@ -94,6 +94,11 @@ char * almostRealPath( const char * in_path ) {
}
free(file_copy_path) ;
free(dir_copy_path) ;
if (!final_path) {
std::cout << bold(color(WARNING, "Warning")) << " ICG could not resolve realpath of " << quote(bold(in_path)) << std::endl;
}
return final_path ;
}