Changeset 389

Show
Ignore:
Timestamp:
Thu Apr 24 00:27:18 2008
Author:
Brian
Message:

Adds a comment that wasn't saved when I committed the script

Files:

Legend:

Unmodified
Added
Removed
Modified
  • scripts/trunk/Alter Schedule/One Task per Resource in Project.py

    r388 r389  
    143 143         else:  
    144 144             Data.GanttCalculation()  
    145               worklist = UpdateWorkList(worklist)  
      145             worklist = UpdateWorkList(worklist)  # with new start times  
    145 145             worklist.sort()  
    146 146         count += 1