Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donerancl authored and JacksonBurns committed Jun 9, 2024
1 parent fc76967 commit c797ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmgpy/molecule/fragment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def make_new_reaction_string(species_smiles, starting_fragment_smiles, frag_list
return f"{species_smiles} + {starting_fragment_smiles} => {frag_list_str}"


def generate_add_partial_reattachment_reactions(seed_dir, starting_fragments)
def generate_add_partial_reattachment_reactions(seed_dir, starting_fragments):
seed_reactions_filename = os.path.join(seed_dir, "reactions.py")
seed_dictionary_filename = os.path.join(seed_dir, "dictionary.txt")

Expand Down Expand Up @@ -630,4 +630,4 @@ def generate_add_partial_reattachment_reactions(seed_dir, starting_fragments)
f.writelines(seed_reaction_entries)
return f"Added {len(seed_reaction_entries)} partial reattachment reactions to {seed_reactions_filename}."
else:
return "No partial reattachment reactions to add"
return "No partial reattachment reactions to add"

0 comments on commit c797ef3

Please sign in to comment.