Prevent a traceback when comparing two .rdx files directly as get_member will...
Prevent a traceback when comparing two .rdx files directly as get_member will return a file even if the file is missing and not raise a KeyError exception; we therefore explicitly test for the existence of the file.
Please register or sign in to comment