Skip to content
Snippets Groups Projects
Commit 8a0a7095 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix output

parent e69cbc14
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ class Synthesizer(val reporter: Reporter,
}
case t: TaskRunRule=>
val prefix = "[%-20s] ".format(Option(t.rule))
val prefix = "[%-20s] ".format(Option(t.rule).getOrElse("?"))
t.app.apply() match {
case RuleSuccess(sol) =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment