548 @param fn optional filename of the multi project file to be |
548 @param fn optional filename of the multi project file to be |
549 read |
549 read |
550 @type str |
550 @type str |
551 @param openMaster flag indicating, that the master project |
551 @param openMaster flag indicating, that the master project |
552 should be opened depending on the configuration |
552 should be opened depending on the configuration |
553 @rtype bool |
553 @type bool |
554 """ |
554 """ |
555 if not self.checkDirty(): |
555 if not self.checkDirty(): |
556 return |
556 return |
557 |
557 |
558 if fn is None: |
558 if fn is None: |