Skip to content

Commit 0dd80ef

Browse files
committed
Fix autobuild selection
1 parent 7864cb9 commit 0dd80ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dlstbx/wrapper/pandda_xchem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def run(self):
259259
if pandda2_build:
260260
build_scores[pandda2_build] = event_score
261261

262-
if not rhofit_builds or pandda2_build:
262+
if not rhofit_builds and not pandda2_build:
263263
self.log.info(f"No autobuilds for {dtag}, can't continue")
264264
return False
265265

0 commit comments

Comments
 (0)