Skip to content

Commit

Permalink
fix flake8 syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tflidd committed Nov 23, 2023
1 parent 1e9ffee commit d475e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyntcloud/io/ply.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def read_ply(filename, allow_bool=False):
data["points"][col] = data["points"][col].astype(
dtypes["vertex"][n][1])

if mesh_size :
if mesh_size:
top = count + points_size

names = np.array([x[0] for x in dtypes["face"]])
Expand Down

0 comments on commit d475e28

Please sign in to comment.