Skip to content

Commit

Permalink
Merge pull request #702 from xchem/fix_upload_2_bug
Browse files Browse the repository at this point in the history
Fixes upload 2 bug
  • Loading branch information
kaliif authored Dec 11, 2024
2 parents af96a1e + 9e8eebd commit 9766e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/target_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ def process_site_observation(
try:
logger.debug('exp: %s, %s', experiment, experiments[experiment_id].new)
compound = experiment.compounds.get(
smiles=experiments[experiment_id].index_data["smiles"]
ligand_name=ligand_name,
)
except Compound.DoesNotExist:
# really doensn't exist, can happen
Expand Down

0 comments on commit 9766e87

Please sign in to comment.