Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Aug 6, 2024
1 parent 4b57954 commit 6c1ccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h5_helpers/find_closest_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class FindClosestDir:
"""
Make template h5
Find closest h5 direction in merged h5
"""
def __init__(self, h5_in, template_name):
os.system(' '.join(['cp', h5_in, template_name]))
Expand Down

0 comments on commit 6c1ccfe

Please sign in to comment.