Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Schellenberg3 committed Apr 22, 2021
1 parent c00fe7f commit a37a934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_path_from_json(structure):
@param structure: dictionary of of a loaded json file.
"""
size = structure['size']
position = structure['posn']
position = structure['position']
orientation = np.array(structure['orientation'])
path_type = structure['type']
if path_type == 'SteppedRings':
Expand Down

0 comments on commit a37a934

Please sign in to comment.