HWRF
trunk@4391
|
Thrown when a find_exe fails. More...
Additional Inherited Members | |
![]() | |
def | __init__ |
FileOpError constructor. More... | |
def | __str__ (self) |
A string description of the problem. More... | |
def | __iter__ (self) |
Iterates over a list of tuples, (from,to,message) where from is the source file, to is the destination file and message is a description of the problem with that pair. More... | |
![]() | |
message | |
The error message. | |
filename | |
The name of the problematic file. | |
more | |
A list of tuples, (from,to,message) where from is the source file, to is the destination file and message is a description of the problem with that pair. More... | |