diff --git a/script/dropbox_upload.py b/script/dropbox_upload.py index fcab596f2..f7f29f00c 100755 --- a/script/dropbox_upload.py +++ b/script/dropbox_upload.py @@ -43,7 +43,7 @@ def copy_file_with_retry(fullpath, targetpath, max_try): try: handle = open(fullpath) except: - print("FAILED: " + targetpath + " not found") + print("FAILED: " + fullpath + " not found") return try: