예제 #1
0
파일: run.py 프로젝트: lcw/reprozip
 def _destroy(self):
     handle_error(
         self,
         reprounzip.destroy(
             self.directory,
             unpacker=self.unpacker,
             root=ROOT.INDEX_TO_OPTION[self.root.currentIndex()]))
     self._directory_changed(force=True)
예제 #2
0
파일: run.py 프로젝트: ViDA-NYU/reprozip
 def _destroy(self):
     handle_error(self, reprounzip.destroy(
         self.directory, unpacker=self.unpacker,
         root=ROOT.INDEX_TO_OPTION[self.root.currentIndex()]))
     self._directory_changed(force=True)