Skip to content
Snippets Groups Projects
Commit d65f92b5 authored by Bartosz Walkowiak's avatar Bartosz Walkowiak
Browse files

Add brackets

parent f38982cb
No related merge requests found
Pipeline #21734 failed with stage
in 1 minute
......@@ -229,8 +229,8 @@ void MorphoDitaWorker::process(std::string task_path, boost::property_tree::ptre
boost::optional<std::string> mo = options.get_optional<std::string>("model");
string model=mo ? mo.get():"XXI";
if boost::filesystem::exists(output_path):
{. this->logger->task_trace(task_token, "file allready exists, exiting.");
if (boost::filesystem::exists(output_path)):
{ this->logger->task_trace(task_token, "file allready exists, exiting.");
return
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment