Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

status: give self.status a default value

Keep the tool from imploding if the initial refresh task throws an exception
we do not catch.

Closes #922

Changeset 4efa696a9d88

Parent 9dbc9526bc1c

by Steve Borho

Changes to one file · Browse files at 4efa696a9d88 Showing diff from parent 9dbc9526bc1c Diff from another changeset...

 
87
88
89
 
90
91
92
 
87
88
89
90
91
92
93
@@ -87,6 +87,7 @@
  self.ready = False   self.filerowstart = {}   self.filechunks = {} + self.status = (None,) * 7   self.status_error = None   self.preview_tab_name_label = None   self.subrepos = []