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 c0867bc commit 97d7ebdCopy full SHA for 97d7ebd
src/dlstbx/services/trigger_xchem.py
@@ -282,12 +282,13 @@ def trigger_pandda_xchem(
282
283
if name == acronym:
284
match_dir = subdir
285
+ match = True
286
# match_yaml = expt_yaml
287
288
except Exception as e:
289
print(f"Problem reading .sqlite database for {subdir}: {e}")
290
- if not match_dir:
291
+ if not match:
292
self.log.debug(f"No directory found for {acronym}, can't continue")
293
return {"success": True}
294
else:
0 commit comments