Skip to content

Commit

Permalink
fixes missing resource
Browse files Browse the repository at this point in the history
  • Loading branch information
CBiasuzzi committed Jul 24, 2018
1 parent a2f05a5 commit 0567547
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -360,6 +360,8 @@ public List<CommandExecution> before(Path workingDir) throws IOException {

copyRequired(workingDir);

copyOptional(workingDir, config);

DataSource commonDataSource = new FileDataSource(workingDir, COMMONE_FILE_PREFIX);

// write uncertainies
Expand Down

0 comments on commit 0567547

Please sign in to comment.