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 b3f17f5 commit edb1eb2Copy full SHA for edb1eb2
java/runner/java/com/senzing/runner/SnippetRunner.java
@@ -475,7 +475,7 @@ private static String setupTempRepository(InstallLocations senzingInstall) throw
475
String supportPath = senzingInstall.getSupportDirectory().getCanonicalPath().replace("\\", "\\\\");
476
String configPath = configDir.getCanonicalPath().replace("\\", "\\\\");
477
String resourcePath = resourcesDir.toString().replace("\\", "\\\\");
478
- String databasePath = databaseFile.getCanonicalPath().replace('\\','/');
+ String databasePath = databaseFile.getCanonicalPath().replace("\\", "\\\\");
479
String baseConfig = readTextFileAsString(configFile, UTF_8);
480
String settings = """
481
{
0 commit comments