示例#1
0
 def append_processes_to_output_view(self):
     self.show_output_panel("\nFinishing the following running tasks:\n")
     ProcessCache.each(lambda process: self.append_to_output_view("$ %s # %s | PID: %d\n" % process.to_tuple()))
示例#2
0
文件: gulp.py 项目: wufeishow/sublime
 def append_processes_to_output_view(self):
     self.show_output_panel("\nFinishing the following running tasks:\n")
     ProcessCache.each(lambda process: self.append_to_output_view(
         "$ %s # %s | PID: %d\n" % process.to_tuple()))