src/eric7/VCS/ProjectHelper.py

branch
eric7
changeset 10403
ea3320d5e8e9
parent 10373
093dcebe5ecb
child 10436
f6881d10e995
equal deleted inserted replaced
10402:1b63ffeca110 10403:ea3320d5e8e9
575 self._vcsCommit() 575 self._vcsCommit()
576 if not os.path.exists(self.project.pfile): 576 if not os.path.exists(self.project.pfile):
577 ppath = self.project.ppath 577 ppath = self.project.ppath
578 self.setDirty(False) 578 self.setDirty(False)
579 self.project.closeProject() 579 self.project.closeProject()
580 shutil.rmtree(ppath, True) 580 shutil.rmtree(ppath, ignore_errors=True)
581 581
582 def _vcsCommandOptions(self): 582 def _vcsCommandOptions(self):
583 """ 583 """
584 Protected slot to edit the VCS command options. 584 Protected slot to edit the VCS command options.
585 """ 585 """

eric ide

mercurial