This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Description
When rearranging custom steps there is an error:
# Traceback (most recent call last):
# File "/Users/liudger/Library/Preferences/Autodesk/maya/modules/scripts/mgear/shifter/guide.py", line 1361, in post_info
# self.hover_info_item_entered(self.post_cs, index)
# File "/Users/liudger/Library/Preferences/Autodesk/maya/modules/scripts/mgear/shifter/guide.py", line 1365, in hover_info_item_entered
# info_data = self.format_info(index.data())
# File "/Users/liudger/Library/Preferences/Autodesk/maya/modules/scripts/mgear/shifter/guide.py", line 1172, in format_info
# data_parts = data.split("|")
# AttributeError: 'NoneType' object has no attribute 'split'
The script name goes blank see image
