Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VGPReys authored Mar 27, 2024
1 parent e765da5 commit 298ae56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/haddock/clis/restraints/z_surface_restraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def main(
return restraints_tbl, plans_pdb


gen_z_surfrace_restraints = main
gen_z_surface_restraints = main


############################
Expand All @@ -436,7 +436,7 @@ def main(
datefmt='%d/%m/%Y %H:%M:%S',
)
# Launch main
restraints, plan_s = gen_z_surfrace_restraints(
restraints, plan_s = gen_z_surface_restraints(
args['residues'],
residues=args['residues'],
output=args['output'],
Expand Down

0 comments on commit 298ae56

Please sign in to comment.