HWRF
trunk@4391
|
This exception is raised when a copy of a file has different content than the original. More...
This exception is raised when a copy of a file has different content than the original.
Public Member Functions | |
def | __init__ (self, message, fromfile, tofile, verifyfile) |
VerificationFailed constructor. More... | |
def | __str__ (self) |
Human-readable description of this error. More... | |
def | __repr__ (self) |
Pythonic representation of this error. More... | |
![]() | |
def | __init__ (self, message, fromfile, tofile) |
DeliveryFailed constructor. More... | |
def | __str__ (self) |
Human-readable description of this error. More... | |
def | __repr__ (self) |
Pythonic representation of this error. More... | |
Public Attributes | |
verifyfile | |
The file to verify. | |
![]() | |
message | |
String description of the problem. | |
fromfile | |
The source file. | |
tofile | |
The target file. | |
def produtil.fileop.VerificationFailed.__init__ | ( | self, | |
message, | |||
fromfile, | |||
tofile, | |||
verifyfile | |||
) |
VerificationFailed constructor.
message | why the delivery failed |
fromfile | what was being delivered |
tofile | delivery destination |
verifyfile | temporary file that failed verification |
def produtil.fileop.VerificationFailed.__repr__ | ( | self | ) |
Pythonic representation of this error.
Definition at line 134 of file fileop.py.
Referenced by produtil.prog.Runner.__str__().
def produtil.fileop.VerificationFailed.__str__ | ( | self | ) |