Changeset View
Changeset View
Standalone View
Standalone View
netrender/slave.py
| Context not available. | |||||
| found = os.path.exists(job_full_path) | found = os.path.exists(job_full_path) | ||||
| if found and rfile.signature != None: | if found and rfile.signature is not None: | ||||
| found_signature = hashFile(job_full_path) | found_signature = hashFile(job_full_path) | ||||
| found = found_signature == rfile.signature | found = found_signature == rfile.signature | ||||
| Context not available. | |||||