You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.
error: Script error: string index out of range
Please report this to https://github.com/crushlovely/Amaro/issues and include the details below.
Traceback (most recent call last):
File "/Users/caoer115/Documents/Projects/DUMMY/Scripts/GenerateStoryboardIDs.py", line 179, in <module>
idList = IDList.fromFile(fn, prefix, needRestorationIDs)
File "/Users/caoer115/Documents/Projects/DUMMY/Scripts/GenerateStoryboardIDs.py", line 92, in fromFile
res._addIds(viewControllerIds, cls.VIEW_CONTROLLER)
File "/Users/caoer115/Documents/Projects/DUMMY/Scripts/GenerateStoryboardIDs.py", line 78, in _addIds
self._addId(id_, type_)
File "/Users/caoer115/Documents/Projects/DUMMY/Scripts/GenerateStoryboardIDs.py", line 73, in _addId
variableName = lib.variableNameForString(id_, self._defaultPrefixes, suffixes)
File "/Users/caoer115/Documents/Projects/DUMMY/Scripts/AmaroLib.py", line 297, in variableNameForString
result = self.smartLowerCase(result)
File "/Users/caoer115/Documents/Projects/DUMMY/Scripts/AmaroLib.py", line 307, in smartLowerCase
return s[0].lower() + s[1:]
IndexError: string index out of range
The text was updated successfully, but these errors were encountered:
report this:
The text was updated successfully, but these errors were encountered: