Skip to content

Commit ca31cce

Browse files
committed
Renamed pdb100_folddisco to pdb_folddisco
1 parent 1f79c9a commit ca31cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ func server(jobsystem JobSystem, config ConfigRoot) {
879879
}
880880
} else { // If it requests a target structure
881881
var pdbpath string
882-
if strings.HasPrefix(database, "pdb100") {
882+
if strings.HasPrefix(database, "pdb") {
883883
pdbpath = filepath.Join(config.Paths.Pdb100, tarId)
884884
} else {
885885
pdbpath = filepath.Join(resultBase, "pdb_"+database, tarId+".pdb")

0 commit comments

Comments
 (0)