Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_blend_utils/bl_utils/subprocess_helper.py')
-rw-r--r--io_blend_utils/bl_utils/subprocess_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_blend_utils/bl_utils/subprocess_helper.py b/io_blend_utils/bl_utils/subprocess_helper.py
index 2d289d37..024f0da9 100644
--- a/io_blend_utils/bl_utils/subprocess_helper.py
+++ b/io_blend_utils/bl_utils/subprocess_helper.py
@@ -122,7 +122,7 @@ class SubprocessHelper:
if event.type == 'ESC':
self.cancel(context)
- self.report({'INFO'}, "Operation aborted by user.")
+ self.report({'INFO'}, "Operation aborted by user")
return {'CANCELLED'}
elif event.type == 'TIMER':