From beb3bb38d4526c8ea300b372335854fde40607e8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 23:59:37 +0100 Subject: [PATCH] spellcheck --- InvenTree/plugin/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugin/helpers.py b/InvenTree/plugin/helpers.py index 2e7bc4cda6..2271c01d98 100644 --- a/InvenTree/plugin/helpers.py +++ b/InvenTree/plugin/helpers.py @@ -69,7 +69,7 @@ def handle_error(error, do_raise: bool = True, do_log: bool = True, log_name: st path_parts = [*path_obj.parts] path_parts[-1] = path_parts[-1].replace(path_obj.suffix, '') # remove suffix - # remove path preixes + # remove path prefixes if path_parts[0] == 'plugin': path_parts.remove('plugin') path_parts.pop(0)