Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
morphodita
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
morphodita
Commits
d65f92b5
There was an error fetching the commit references. Please try again later.
Commit
d65f92b5
authored
1 month ago
by
Bartosz Walkowiak
Browse files
Options
Downloads
Patches
Plain Diff
Add brackets
parent
f38982cb
No related merge requests found
Pipeline
#21734
failed with stage
Stage:
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/morphoDita_service.cpp
+2
-2
2 additions, 2 deletions
src/morphoDita_service.cpp
with
2 additions
and
2 deletions
src/morphoDita_service.cpp
+
2
−
2
View file @
d65f92b5
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment