From 00e49d50564756d55e7e7851e7f839b375a3823b Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Mon, 5 Aug 2024 12:54:01 +0200 Subject: [PATCH] cleanup --- butils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butils.py b/butils.py index 1ebdfe4..f4cc62d 100644 --- a/butils.py +++ b/butils.py @@ -411,7 +411,7 @@ def load_font_from_filepath(filepath): for o in remove_list: bpy.data.objects.remove(o, do_unlink=True) print("removed",o) - print("butils:: should have been doing loading the fonts") + print(f"{__name__}: loaded fonts") def getPreferences(context): preferences = context.preferences