From c06f76b0122cb8e952f0da06ff26cef261f3b698 Mon Sep 17 00:00:00 2001 From: Alan Odom Date: Sat, 14 Mar 2020 21:32:37 +0000 Subject: PDT: Revise Docstrings Made functions more understandable by improving DocStrings --- precision_drawing_tools/pdt_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'precision_drawing_tools') diff --git a/precision_drawing_tools/pdt_command.py b/precision_drawing_tools/pdt_command.py index fa7d43bf..0ae7e820 100644 --- a/precision_drawing_tools/pdt_command.py +++ b/precision_drawing_tools/pdt_command.py @@ -460,7 +460,7 @@ def command_parse(context): obj_loc = obj.matrix_world.decompose()[0] verts = [] else: - if operation not in {"G"}: + if operation != "G": pg.error = PDT_OBJ_MODE_ERROR context.window_manager.popup_menu(oops, title="Error", icon="ERROR") raise PDT_ObjectModeError -- cgit v1.2.3