Skip to content

Commit

Permalink
fix flake8 syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tflidd authored and daavoo committed Nov 23, 2023
1 parent 27e0d28 commit 4532caf
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 4532caf

Please sign in to comment.