Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
7fa87fb6
Commit
7fa87fb6
authored
Jul 26, 2018
by
Tim Stadtmüller
Committed by
Jaco Hofmann
Feb 05, 2019
Browse files
Remove after done
parent
b886fa6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/task/ComposeTask.scala
View file @
7fa87fb6
...
...
@@ -88,7 +88,7 @@ class ComposeTask(composition: Composition,
LogFileTracker
.
stopLogFileAppender
(
appender
)
val
result
=
(
_composerResult
map
(
_
.
result
)
getOrElse
false
)
==
ComposeResult
.
Success
if
(
result
)
{
composer
.
clean
(
composition
,
target
,
designFrequency
)
}
//
if (result) { composer.clean(composition, target, designFrequency) }
result
}
...
...
Write
Preview
Supports
Markdown
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