From 3ee4e9d9f74ae99cb17ca45a511b66dcd755d1b9 Mon Sep 17 00:00:00 2001 From: Owl Date: Mon, 29 Sep 2025 12:54:17 -0400 Subject: some small bcsv things --- bcsv_editing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bcsv_editing.py') diff --git a/bcsv_editing.py b/bcsv_editing.py index 8aad5e8..91ecad5 100644 --- a/bcsv_editing.py +++ b/bcsv_editing.py @@ -775,7 +775,7 @@ class DATA_OT_smg_bcsv_table_import(bpy.types.Operator, bpy_extras.io_utils.Impo # try importing the BCSV table result = bcsv_funcs.read_bcsv_file(self.properties.filepath, self.endian_mode) # check how the reading went - if (type(result) == str): + if (type(result) == None): blender_funcs.disp_msg(result) return {"FINISHED"} -- cgit v1.2.3-70-g09d2