Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nlpworkers
ediText
Commits
096d1ea8
Commit
096d1ea8
authored
Mar 22, 2021
by
Bartosz Ziemba
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'revert-
e90a13d4
' into 'master'
Revert "Update ediText.cpp" See merge request
!4
parents
e90a13d4
59e77e1c
Pipeline
#2769
passed with stage
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ediText.cpp
ediText.cpp
+2
-2
No files found.
ediText.cpp
View file @
096d1ea8
...
...
@@ -54,13 +54,13 @@ void ediText_Worker::process(string task_path, ptree &config, string output_path
auto
text
=
conf
.
getTextIterator
(
buffer1
);
if
(
text
==
nullptr
)
{
LOG
(
el
::
Level
::
Warning
)
<<
"Iterator does not exists"
;
LOG
(
WARNING
)
<<
"Iterator does not exists"
;
continue
;
}
auto
fun
=
conf
.
getFunction
();
if
(
fun
==
nullptr
)
{
LOG
(
el
::
Level
::
Warning
)
<<
"Function does not exists"
;
LOG
(
WARNING
)
<<
"Function does not exists"
;
continue
;
}
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment