Changeset View
Changeset View
Standalone View
Standalone View
netrender/slave.py
| Context not available. | |||||
| if not found: | if not found: | ||||
| print("Found file %s at %s but signature mismatch!" % (rfile.filepath, job_full_path)) | print("Found file %s at %s but signature mismatch!" % (rfile.filepath, job_full_path)) | ||||
| os.remove(job_full_path) | if job_full_path != rfile.original_path: | ||||
| # only remove job path file if it isn't the original file | |||||
| print("deleting " + job_full_path) | |||||
| os.remove(job_full_path) | |||||
| if not found: | if not found: | ||||
| # Force prefix path if not found | # Force prefix path if not found | ||||
| Context not available. | |||||