- changed the resulting object name from TclCommand MillSlots

This commit is contained in:
Marius Stanciu
2019-09-11 17:51:56 +03:00
parent 0fc3743e91
commit dce347d9be
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ class TclCommandMillSlots(TclCommandSignaled):
name = args['name']
if 'outname' not in args:
args['outname'] = name + "_mill"
args['outname'] = name + "_mill_slots"
try:
obj = self.app.collection.get_by_name(str(name))