diff options
Diffstat (limited to 'src/main/scala/uk/ac/ox/cs/rsacomb/RSAConfig.scala')
-rw-r--r-- | src/main/scala/uk/ac/ox/cs/rsacomb/RSAConfig.scala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/scala/uk/ac/ox/cs/rsacomb/RSAConfig.scala b/src/main/scala/uk/ac/ox/cs/rsacomb/RSAConfig.scala index f3039b3..4d96850 100644 --- a/src/main/scala/uk/ac/ox/cs/rsacomb/RSAConfig.scala +++ b/src/main/scala/uk/ac/ox/cs/rsacomb/RSAConfig.scala | |||
@@ -149,8 +149,6 @@ object RSAConfig { | |||
149 | exit("The following flag is mandatory: '-o' or '--ontology'.") | 149 | exit("The following flag is mandatory: '-o' or '--ontology'.") |
150 | if (!config.contains('data)) | 150 | if (!config.contains('data)) |
151 | config += ('data -> List.empty[os.Path]) | 151 | config += ('data -> List.empty[os.Path]) |
152 | if (!config.contains('answers)) | ||
153 | config += ('answers -> Logger.dir / "answers.json") | ||
154 | config | 152 | config |
155 | } | 153 | } |
156 | } | 154 | } |