Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -133,7 +133,7 @@ public class ProcessingRunner implements ApplicationRunner { | ... | @@ -133,7 +133,7 @@ public class ProcessingRunner implements ApplicationRunner { |
133 | topSize = 10; | 133 | topSize = 10; |
134 | } | 134 | } |
135 | } catch (IOException e) { | 135 | } catch (IOException e) { |
136 | - throw new ProcessingException("Can't read parameters properties file " + parametersFilename, e); | 136 | + throw new ProcessingException("Can't read parameters properties file " + dataDir + parametersFilename, e); |
137 | } | 137 | } |
138 | } | 138 | } |
139 | 139 | ... | ... |
-
Please register or login to post a comment