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
55e97aec
Commit
55e97aec
authored
Jun 09, 2017
by
Jens Korinth
Browse files
Stop cleaning after erroneous runs
parent
7e36ed16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/task/ComposeTask.scala
View file @
55e97aec
...
...
@@ -69,8 +69,10 @@ class ComposeTask(composition: Composition,
_composerResult
flatMap
(
_
.
power
map
(
_
.
file
))
getOrElse
""
))
LogFileTracker
.
stopLogFileAppender
(
appender
)
composer
.
clean
(
composition
,
target
,
designFrequency
)
(
_composerResult
map
(
_
.
result
)
getOrElse
false
)
==
ComposeResult
.
Success
val
result
=
(
_composerResult
map
(
_
.
result
)
getOrElse
false
)
==
ComposeResult
.
Success
if
(
result
)
composer
.
clean
(
composition
,
target
,
designFrequency
)
result
}
private
def
slurmExecution
:
Boolean
=
{
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
Toggle commit list
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