This path doesn't exist because files are removed before
security is revoked (otherwise they couldn't be).
Change-Id: I54136e38a4b4bc5ccdfa2804eb7162b80fc05487
// However, during "undo" application_path has to exist.
// return Step::Status::INVALID_VALUE;
}
- if (!boost::filesystem::exists(context_->application_path.get())) {
- LOG(ERROR) << "application_path ("
- << context_->application_path.get()
- << ") path does not exist";
- // TODO(p.sikorski) during standard process(), it does not need to exist
- // However, during "undo" application_path has to exist.
- // return Step::Status::INVALID_VALUE;
- }
return Step::Status::OK;
}