HWRF
trunk@4391
|
Raised when os.symlink makes a symlink to a target other than the one that was requested. More...
Raised when os.symlink makes a symlink to a target other than the one that was requested.
This is present to detect a bug in Cray where os.symlink randomly makes a symlink to the wrong place.
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... | |