From a2ad83c3145ffbe88811eb5cd5bdb9031669eb8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20M=C3=B6bius?= <moebius@cs.rwth-aachen.de>
Date: Mon, 7 Mar 2022 14:30:46 +0100
Subject: [PATCH] Typo

---
 src/InputOutput.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/InputOutput.cc b/src/InputOutput.cc
index 04e0773..2012297 100644
--- a/src/InputOutput.cc
+++ b/src/InputOutput.cc
@@ -225,7 +225,7 @@ void def_write_mesh(py::module& m) {
 		py::arg("face_color")=false,
 		py::arg("color_alpha")=false,
 		py::arg("color_float")=false,
-		py::arg("status")=false
+		py::arg("status")=false,
 		py::arg("texture_file")="",
 		py::arg("material_file_extension")=".mat"
 	);
-- 
GitLab