Ignore:
Timestamp:
21-05-11 13:22:04 (2 years ago)
Author:
thomas
Message:
  • morituri/common/checksum.py: Actually raise the exception.
  • morituri/common/task.py: Document interface more clearly.
  • morituri/test/test_common_checksum.py: Use tcommon for test.common
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morituri/common/checksum.py

    r426 r441  
    7575        if not self.exception: 
    7676            self.paused() 
     77        else: 
     78            raise self.exception 
    7779 
    7880    def getPipelineDesc(self): 
Note: See TracChangeset for help on using the changeset viewer.