src/eric7/Project/ProjectBrowserModel.py

branch
server
changeset 10759
aeb98b3fa008
parent 10704
27d21e5163b8
parent 10757
7eed48700225
child 10832
479cf39ac9cb
equal deleted inserted replaced
10752:3cf5ee0c3e9f 10759:aeb98b3fa008
84 Public method to set the VCS status. 84 Public method to set the VCS status.
85 85
86 @param vcsStatus VCS status text 86 @param vcsStatus VCS status text
87 @type str 87 @type str
88 """ 88 """
89 self.itemData[1] = vcsStatus 89 try:
90 self.itemData[1] = vcsStatus
91 except IndexError:
92 self.addVcsStatus(vcsStatus)
90 93
91 def getProjectTypes(self): 94 def getProjectTypes(self):
92 """ 95 """
93 Public method to get the project type. 96 Public method to get the project type.
94 97

eric ide

mercurial