Skip to content

Commit 93fd062

Browse files
committed
fix(ENGKNOW-2781): Tweeking link cache paths.
1 parent 2531999 commit 93fd062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gortools/src/main/scala/gorsat/QueryHandlers/GeneralQueryHandler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class GeneralQueryHandler(context: GorContext, header: Boolean) extends GorParal
148148
} else {
149149
generateDictionaryFile(commandToExecute, fileRoot, fileReader, useMd5, cacheFile)
150150
nested.cached(cacheFile)
151-
cacheFile
151+
"" //cacheFile
152152
}
153153
} catch {
154154
case gue: GorUserException =>

0 commit comments

Comments
 (0)