We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f79c9a commit ca31cceCopy full SHA for ca31cce
1 file changed
backend/server.go
@@ -879,7 +879,7 @@ func server(jobsystem JobSystem, config ConfigRoot) {
879
}
880
} else { // If it requests a target structure
881
var pdbpath string
882
- if strings.HasPrefix(database, "pdb100") {
+ if strings.HasPrefix(database, "pdb") {
883
pdbpath = filepath.Join(config.Paths.Pdb100, tarId)
884
} else {
885
pdbpath = filepath.Join(resultBase, "pdb_"+database, tarId+".pdb")
0 commit comments