We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4067a commit b896943Copy full SHA for b896943
java/runner/java/com/senzing/runner/SnippetRunner.java
@@ -497,6 +497,10 @@ private static String setupTempRepository(InstallLocations senzingInstall) throw
497
long configId = configMgr.addConfig(baseConfig, "Default Config");
498
configMgr.setDefaultConfigId(configId);
499
500
+ } catch (SzException e) {
501
+ System.err.println(settings);
502
+ throw e;
503
+
504
} finally {
505
env.destroy();
506
}
0 commit comments