eric6/MultiProject/MultiProject.py

changeset 8049
af58c1d47e5e
parent 8006
c4110b8b5931
child 8143
2c730d5fd177
equal deleted inserted replaced
8048:aa1a01274673 8049:af58c1d47e5e
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:

eric ide

mercurial