robotframework创建套件(suite)日志报错
内容如下:
Traceback (most recent call last):
File “E:\Python27\lib\site-packages\robotide\ui\tree.py”, line 941, in OnBeginLabelEdit
self.OnLabelEdit()
File “E:\Python27\lib\site-packages\robotide\ui\tree.py”, line 953, in OnLabelEdit
if handler and not handler.begin_label_edit():
File “E:\Python27\lib\site-packages\robotide\ui\treenodehandlers.py”, line 366, in begin_label_edit
self._set_node_label(self.controller.basename)
File “E:\Python27\lib\site-packages\robotide\controller\filecontrollers.py”, line 96, in basename
return os.path.splitext(os.path.basename(self.filename))[0]
File “E:\Python27\lib\ntpath.py”, line 210, in basename
return split§[1]
File “E:\Python27\lib\ntpath.py”, line 182, in split
d, p = splitdrive§
File “E:\Python27\lib\ntpath.py”, line 117, in splitdrive
if len§ > 1:
TypeError: object of type ‘NoneType’ has no len()
跪求大神告知原因