Changeset 889067e for src/Actions/WorldAction/OutputAsAction.cpp
- Timestamp:
- May 25, 2021, 9:55:52 PM (4 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 82e5fb
- Parents:
- 4b2207
- git-author:
- Frederik Heber <frederik.heber@…> (05/25/21 07:02:57)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/25/21 21:55:52)
- File:
-
- 1 edited
-
src/Actions/WorldAction/OutputAsAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/OutputAsAction.cpp
r4b2207 r889067e 68 68 } 69 69 70 if (!params.forceOverwrite.get() && boost::filesystem::exists(params.filename.get())) { 71 STATUS("File "+params.filename.get().string()+" is already present and force-overwrite set to false."); 72 return Action::failure; 73 } 74 70 75 // store file 71 76 // parse the file
Note:
See TracChangeset
for help on using the changeset viewer.
