Skip to content

Commit

Permalink
Fix incorrect var name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset1995 authored Nov 6, 2019
1 parent 0e1d866 commit 20c5210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py360convert/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def cube_h2dict(cube_h):


def cube_dict2h(cube_dict, face_k=['F', 'R', 'B', 'L', 'U', 'D']):
assert len(k) == 6
assert len(face_k) == 6
return cube_list2h([cube_dict[k] for k in face_k])


Expand Down

0 comments on commit 20c5210

Please sign in to comment.