diff --git a/cube2sphere/cube2sphere.py b/cube2sphere/cube2sphere.py index 987a1dc..e37015e 100644 --- a/cube2sphere/cube2sphere.py +++ b/cube2sphere/cube2sphere.py @@ -48,7 +48,7 @@ def main(): faces = [_args.front, _args.back, _args.right, _args.left, _args.top, _args.bottom] for i in range(len(faces)): face = faces[i] - face = faces if os.path.isabs(face) else os.path.join(os.getcwd(), face) + face = faces[i] if os.path.isabs(face) else os.path.join(os.getcwd(), face) faces[i] = face try: