3361 |
3361 |
3362 def getMainScript(self, normalized=False): |
3362 def getMainScript(self, normalized=False): |
3363 """ |
3363 """ |
3364 Public method to return the main script filename. |
3364 Public method to return the main script filename. |
3365 |
3365 |
|
3366 The normalized name is the name of the main script prepended with |
|
3367 the project path. |
|
3368 |
3366 @param normalized flag indicating a normalized filename is wanted |
3369 @param normalized flag indicating a normalized filename is wanted |
3367 (boolean) |
3370 (boolean) |
3368 @return filename of the projects main script (string) |
3371 @return filename of the projects main script (string) |
3369 """ |
3372 """ |
3370 if self.pdata["MAINSCRIPT"]: |
3373 if self.pdata["MAINSCRIPT"]: |