141 ) |
140 ) |
142 return False |
141 return False |
143 |
142 |
144 # modify paths to contain native separators |
143 # modify paths to contain native separators |
145 for key in self.__project.getFileCategories() + ["TRANSLATIONEXCEPTIONS"]: |
144 for key in self.__project.getFileCategories() + ["TRANSLATIONEXCEPTIONS"]: |
146 ##( |
|
147 ##"SOURCES", |
|
148 ##"FORMS", |
|
149 ##"TRANSLATIONS", |
|
150 ##"TRANSLATIONEXCEPTIONS", |
|
151 ##"RESOURCES", |
|
152 ##"INTERFACES", |
|
153 ##"PROTOCOLS", |
|
154 ##"OTHERS", |
|
155 ##): |
|
156 with contextlib.suppress(KeyError): |
145 with contextlib.suppress(KeyError): |
157 projectDict["project"][key] = [ |
146 projectDict["project"][key] = [ |
158 Utilities.toNativeSeparators(f) for f in projectDict["project"][key] |
147 Utilities.toNativeSeparators(f) for f in projectDict["project"][key] |
159 ] |
148 ] |
160 for key in ( |
149 for key in ( |