/[qa]/trunk/mia/status.py
ViewVC logotype

Diff of /trunk/mia/status.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 164 by tbm, Sat Apr 14 20:24:53 2001 UTC revision 165 by tbm, Sun Apr 15 16:17:46 2001 UTC
# Line 144  def has_stuff_todo(file): Line 144  def has_stuff_todo(file):
144                  sys.exit(1)                  sys.exit(1)
145    
146      # temporary hack to show cases without any INs.      # temporary hack to show cases without any INs.
147      if not len(found['in']):      if not found['in']:
148          return [ 'no-todo-list' ]          return [ 'no-todo-list' ]
149    
150      for item in found['out'].keys():      for item in found['out'].keys():
# Line 153  def has_stuff_todo(file): Line 153  def has_stuff_todo(file):
153          except KeyError:          except KeyError:
154              print 'Warning: "%s" was not on the TODO list' % item              print 'Warning: "%s" was not on the TODO list' % item
155    
156      if len(found['in']):      if found['in']:
157          # something has not been dealt with yet          # something has not been dealt with yet
158          outstanding = found['in'].keys()          outstanding = found['in'].keys()
159          outstanding.sort()          outstanding.sort()

Legend:
Removed from v.164  
changed lines
  Added in v.165

  ViewVC Help
Powered by ViewVC 1.1.5