Skip to content

Commit

Permalink
Merge pull request #182 from jvalegre/jv_branch
Browse files Browse the repository at this point in the history
Update master
  • Loading branch information
jvalegre authored Oct 30, 2023
2 parents 1c47f34 + fefe295 commit 7d078d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aqme/csearch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def generate_mol_from_csv(args, csv_smiles, index):
sys.exit()

try:
name = csv_smiles.loc[index, "code_name"]
name = str(csv_smiles.loc[index, "code_name"])
name = add_prefix_suffix(name, args)

except KeyError:
Expand Down

0 comments on commit 7d078d7

Please sign in to comment.