Comment 4 for bug 541889

Revision history for this message
Matt Sarjent (matt-sarjent) wrote :

Hi, i've attached a cut-down version of the file, also added here the diff of my fix

$ diff scour.py scourOriginal.py
359,360c359,360
< else: # new added code
< self.units = Unit.INVALID # new added code
---
> else:
> self.units = Unit.INVALID

Hope this helps