Comment 1 for bug 499115

Revision history for this message
Julian Edwards (julian-edwards) wrote :

We can trivially fix this by changing the check:

if os.path.exists(upload_final_location):

to:

if os.path.exists(log_filepath):